1
0

cClientHandle: Added protocol version knowledge.

This commit is contained in:
Mattes D
2014-10-05 20:19:21 +02:00
parent f28f5e4879
commit a8aeceab9d
5 changed files with 22 additions and 3 deletions

View File

@@ -905,6 +905,7 @@ bool cProtocolRecognizer::TryRecognizeLengthedProtocol(UInt32 a_PacketLengthRema
{
return false;
}
m_Client->SetProtocolVersion(ProtocolVersion);
switch (ProtocolVersion)
{
case PROTO_VERSION_1_7_2: