From f94456dd3eccc65a6f304d4b804ca09a67fa6008 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 5 Sep 2012 20:30:27 +0000 Subject: Added the possibility of reserved player slots by implementing the HandleHandshake hook! More info: http://forum.mc-server.org/showthread.php?tid=555 git-svn-id: http://mc-server.googlecode.com/svn/trunk@836 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index ab4e3e64c..f5028b0aa 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -162,6 +162,7 @@ public: void HandleRespawn (void); void HandleDisconnect (const AString & a_Reason); void HandleKeepAlive (int a_KeepAliveID); + bool HandleHandshake (const AString & a_Username); /** Called when the protocol has finished logging the user in. Return true to allow the user in; false to kick them. -- cgit v1.2.3