Integer instead of Short for protocol version.
This commit is contained in:
@@ -30,7 +30,7 @@ public class ProtocolVersion extends GameClientPacket
|
|||||||
@Override
|
@Override
|
||||||
protected void readImpl()
|
protected void readImpl()
|
||||||
{
|
{
|
||||||
_version = readH();
|
_version = readD();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -30,7 +30,7 @@ public class ProtocolVersion extends GameClientPacket
|
|||||||
@Override
|
@Override
|
||||||
protected void readImpl()
|
protected void readImpl()
|
||||||
{
|
{
|
||||||
_version = readH();
|
_version = readD();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user