Fixed meta set bug in ServerActivate

Added linux options to pvPrivateData natives
This commit is contained in:
David Anderson
2004-06-25 20:51:48 +00:00
parent 60da2d5621
commit 136873b9ea
3 changed files with 11 additions and 9 deletions

View File

@ -138,6 +138,8 @@ void ServerActivate(edict_t *pEdictList, int edictCount, int clientMax)
msgHooks[i] = 0;
msgBlocks[i] = 0;
}
RETURN_META(MRES_IGNORED);
}
void LightStyle(int style, char *val) {