Fixed more crashes related to early, nonzero maxclients (bug 5008, r=dvander).
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user