1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Update IVEngineServer.

This commit is contained in:
Nicholas Hastings
2015-05-06 17:23:57 -04:00
parent a4c483063e
commit 9e17baf146

View File

@ -417,6 +417,9 @@ public:
// Exposed for server plugin authors
virtual IServer *GetIServer() = 0;
virtual bool IsPlayerNameLocked( const edict_t *pPlayer ) = 0;
virtual bool CanPlayerChangeName( const edict_t *pPlayer ) = 0;
virtual IReplaySystem *GetReplay() = 0;
};