From e32a85f752819d9fdc0f2325fb2a752dfa11b5df Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 18 Sep 2012 08:13:12 +0000 Subject: ProtoProxy: added the CHANGE_GAME_STATE packet handling git-svn-id: http://mc-server.googlecode.com/svn/trunk@860 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ProtoProxy/Connection.h') diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index c3ed5472e..ee59311cd 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -119,6 +119,7 @@ protected: // Packet handling, server-side: bool HandleServerBlockChange(void); + bool HandleServerChangeGameState(void); bool HandleServerChatMessage(void); bool HandleServerCompass(void); bool HandleServerEncryptionKeyRequest(void); -- cgit v1.2.3