Fix a case where bots can leave server without disconnect notice (hibernation), triggering other issues.

This commit is contained in:
Nicholas Hastings
2014-05-31 15:18:17 -04:00
parent 4159e1a177
commit a0f3410f3b
2 changed files with 47 additions and 0 deletions
+1
View File
@@ -174,6 +174,7 @@ public:
void OnClientSettingsChanged(edict_t *pEntity);
//void OnClientSettingsChanged_Pre(edict_t *pEntity);
#endif
void OnServerHibernationUpdate(bool bHibernating);
public: //IPlayerManager
void AddClientListener(IClientListener *listener);
void RemoveClientListener(IClientListener *listener);