about summary refs log tree commit diff
path: root/src/game/server/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/player.h')
-rw-r--r--src/game/server/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/player.h b/src/game/server/player.h
index d91bc346..50f1c1a0 100644
--- a/src/game/server/player.h
+++ b/src/game/server/player.h
@@ -30,7 +30,7 @@ public:
 
 	void OnDirectInput(CNetObj_PlayerInput *NewInput);
 	void OnPredictedInput(CNetObj_PlayerInput *NewInput);
-	void OnDisconnect();
+	void OnDisconnect(const char *pReason);
 	
 	void KillCharacter(int Weapon = WEAPON_GAME);
 	CCharacter *GetCharacter();