mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 10:15:55 +01:00
fixed compression typo
This commit is contained in:
parent
6400602625
commit
dd5c77545b
@ -148,7 +148,7 @@ class SetCompressionPacket(Packet):
|
||||
# Note: removed between protocol versions 47 and 107.
|
||||
@staticmethod
|
||||
def get_id(context):
|
||||
return 0x02 if context.protocol_later_eq(755) else \
|
||||
return 0x03 if context.protocol_later_eq(755) else \
|
||||
0x46
|
||||
|
||||
packet_name = "set compression"
|
||||
|
Loading…
Reference in New Issue
Block a user