From de5cec741985a7c2be52d0629a79b616921b6d57 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 5 Jul 2013 19:40:19 +0000 Subject: Initial 1.6.1 protocol support. The client connects and is capable of basic gameplay, but the player moves at an incredible speed (50 blocks / sec). git-svn-id: http://mc-server.googlecode.com/svn/trunk@1646 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Protocol/ProtocolRecognizer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Protocol/ProtocolRecognizer.h') diff --git a/source/Protocol/ProtocolRecognizer.h b/source/Protocol/ProtocolRecognizer.h index 75a4d828a..e22a45a2a 100644 --- a/source/Protocol/ProtocolRecognizer.h +++ b/source/Protocol/ProtocolRecognizer.h @@ -40,6 +40,7 @@ public: PROTO_VERSION_1_4_6 = 51, PROTO_VERSION_1_5_0 = 60, PROTO_VERSION_1_5_2 = 61, + PROTO_VERSION_1_6_1 = 73, PROTO_VERSION_NEXT, PROTO_VERSION_LATEST = PROTO_VERSION_NEXT - 1, ///< Automatically assigned to the last protocol version, this serves as the default for PrimaryServerVersion -- cgit v1.2.3