lint: E231

This commit is contained in:
jyooru 2021-07-05 15:57:25 +10:00
parent e40fb466ae
commit 37bd22172c
No known key found for this signature in database
GPG Key ID: 18550BD205E9EF64
1 changed files with 1 additions and 1 deletions

View File

@ -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.