Populate MaxClients before OnPluginStart is called.

This commit is contained in:
Nicholas Hastings
2015-05-11 19:31:22 -04:00
parent 71cb002bc1
commit 8fc689c89a
3 changed files with 21 additions and 15 deletions
+2
View File
@@ -233,6 +233,8 @@ private:
void OnServerActivate(edict_t *pEdictList, int edictCount, int clientMax);
#endif
void InvalidatePlayer(CPlayer *pPlayer);
private:
void InitializePlayers();
private:
List<IClientListener *> m_hooks;
IForward *m_clconnect;