mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 11:46:54 +01:00
Flake8: E502, E131
This commit is contained in:
parent
fad399d5d7
commit
f01584ec01
@ -34,8 +34,8 @@ 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