about summary refs log tree commit diff
path: root/src/engine/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/server.h')
-rw-r--r--src/engine/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/server.h b/src/engine/server.h
index edc60767..7e11d865 100644
--- a/src/engine/server.h
+++ b/src/engine/server.h
@@ -82,6 +82,7 @@ public:
 	virtual void OnClientPredictedInput(int ClientID, void *pInput) = 0;
 
 	virtual bool IsClientReady(int ClientID) = 0;
+	virtual bool IsClientPlayer(int ClientID) = 0;
 	
 	virtual const char *GameType() = 0;
 	virtual const char *Version() = 0;