This commit is contained in:
David Anderson 2004-09-05 20:06:26 +00:00
parent c0d73ce572
commit e0e4f5cb34

View File

@ -238,7 +238,7 @@ void ServerActivate(edict_t *pEdictList, int edictCount, int clientMax)
Msg.clear();
register int i = 0, j = 0;
for (i=0; i<256; i++) {
for (j=0; j<256; j++)
for (j=0; j<msgHooks[i].size(); j++)
if (msgHooks[i].at(j) != -1)
MF_UnregisterSPForward(msgHooks[i].at(j));
msgHooks[i].clear();