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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user