diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-09-11 22:27:35 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-09-11 22:27:35 +0200 |
commit | 6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91 (patch) | |
tree | 841aabad78605c4bc7d5792d182df273df403751 /src/Protocol/Protocol14x.cpp | |
parent | 1.8: Fixed sign placing. (diff) | |
download | cuberite-6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91.tar cuberite-6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91.tar.gz cuberite-6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91.tar.bz2 cuberite-6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91.tar.lz cuberite-6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91.tar.xz cuberite-6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91.tar.zst cuberite-6d5a5eb665d8f13dd3e4e7c279967556b0f9fa91.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol14x.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Protocol/Protocol14x.cpp b/src/Protocol/Protocol14x.cpp index 2d737acb4..d33314a2f 100644 --- a/src/Protocol/Protocol14x.cpp +++ b/src/Protocol/Protocol14x.cpp @@ -23,7 +23,6 @@ Implements the 1.4.x protocol classes representing these protocols: #include "../UI/Window.h" #include "../Entities/Pickup.h" #include "../Entities/FallingBlock.h" -#include "ProtocolRecognizer.h" #ifdef _MSC_VER #pragma warning(push) @@ -73,7 +72,6 @@ enum cProtocol142::cProtocol142(cClientHandle * a_Client) : super(a_Client) { - m_ProtocolVersion = cProtocolRecognizer::PROTO_VERSION_1_4_2; } @@ -152,7 +150,6 @@ void cProtocol142::SendTimeUpdate(Int64 a_WorldAge, Int64 a_TimeOfDay, bool a_Do cProtocol146::cProtocol146(cClientHandle * a_Client) : super(a_Client) { - m_ProtocolVersion = cProtocolRecognizer::PROTO_VERSION_1_4_6; } |