From 9e17baf146a1edd091746c4d6548a22d24f50a81 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 6 May 2015 17:23:57 -0400 Subject: [PATCH] Update IVEngineServer. --- public/eiface.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/eiface.h b/public/eiface.h index 040698da..b22f9ad0 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -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; };