mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 10:15:55 +01:00
lint: E231
This commit is contained in:
parent
e40fb466ae
commit
37bd22172c
@ -34,7 +34,7 @@ class PlayerPositionAndLookPacket(Packet, BitFieldEnum):
|
||||
{'pitch': Float},
|
||||
{'flags': Byte},
|
||||
{'teleport_id': VarInt} if context.protocol_later_eq(107) else {},
|
||||
{'dismount_vehicle':Boolean} if context.protocol_later_eq(755) else {},
|
||||
{'dismount_vehicle': Boolean} if context.protocol_later_eq(755) else {},
|
||||
])
|
||||
|
||||
# Access the 'x', 'y', 'z' fields as a Vector tuple.
|
||||
|
Loading…
Reference in New Issue
Block a user