Fixed more crashes related to early, nonzero maxclients (bug 5008, r=dvander).

This commit is contained in:
Nicholas Hastings
2011-07-07 21:31:07 -04:00
parent e09d4f2cf2
commit 51c27afcd2
3 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ public: //IPlayerManager
int GetMaxClients();
int GetNumPlayers();
int GetClientOfUserId(int userid);
bool IsServerActivated();
bool IsServerActivated() const;
int FilterCommandTarget(IGamePlayer *pAdmin, IGamePlayer *pTarget, int flags);
int InternalFilterCommandTarget(CPlayer *pAdmin, CPlayer *pTarget, int flags);
void RegisterCommandTargetProcessor(ICommandTargetProcessor *pHandler);