From 7824ce9d6352664bd291e57a3084e5c51af5d4a6 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 31 Aug 2012 21:59:57 +0000 Subject: Progress on the 1.3.2 protocol. Sometimes the client lets the player through, but most of the times the connection breaks for no apparent reason. git-svn-id: http://mc-server.googlecode.com/svn/trunk@812 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ChunkDataSerializer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/ChunkDataSerializer.h') diff --git a/source/ChunkDataSerializer.h b/source/ChunkDataSerializer.h index 4c2f4fb4c..513a232b9 100644 --- a/source/ChunkDataSerializer.h +++ b/source/ChunkDataSerializer.h @@ -23,11 +23,13 @@ protected: Serializations m_Serializations; void Serialize29(AString & a_Data); // Release 1.2.4 and 1.2.5 + void Serialize39(AString & a_Data); // Release 1.3.1 and 1.3.2 public: enum { RELEASE_1_2_5 = 29, + RELEASE_1_3_2 = 39, } ; cChunkDataSerializer( -- cgit v1.2.3