Removed GetProtocolVersion() from the protocols.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user