OMG FINALLY FIXED OVERLAYZ. I almost killed myself over this one.

This commit is contained in:
Greyscale
2009-06-21 14:59:18 -07:00
parent 38b256419d
commit ff7528f09f
4 changed files with 28 additions and 71 deletions

View File

@ -133,9 +133,6 @@ ClassOnClientSpawn(client)
ClassReloadPlayerCache(client, ClassGetActiveIndex(client));
ClassApplyAttributes(client);
}
// Forward event to sub-modules.
ClassOverlayOnClientSpawn(client);
}
/**
@ -173,7 +170,4 @@ ClassOnClientInfected(client, bool:motherzombie = false)
// Apply the new attributes.
ClassApplyAttributes(client, motherzombie);
// Forward event to sub-modules.
ClassOverlayOnClientInfected(client);
}