mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 18:15:39 +01:00
Correct packet id comment (#2501)
This commit is contained in:
parent
53642e9a3c
commit
4ef862e06d
@ -36,10 +36,10 @@ public enum ServerboundPackets1_13 implements ServerboundPacketType {
|
||||
ENTITY_NBT_REQUEST, // 0x0C
|
||||
INTERACT_ENTITY, // 0x0D
|
||||
KEEP_ALIVE, // 0x0E
|
||||
PLAYER_MOVEMENT, // 0x12
|
||||
PLAYER_POSITION, // 0x0F
|
||||
PLAYER_POSITION_AND_ROTATION, // 0x10
|
||||
PLAYER_ROTATION, // 0x11
|
||||
PLAYER_MOVEMENT, // 0x0F
|
||||
PLAYER_POSITION, // 0x10
|
||||
PLAYER_POSITION_AND_ROTATION, // 0x11
|
||||
PLAYER_ROTATION, // 0x12
|
||||
VEHICLE_MOVE, // 0x13
|
||||
STEER_BOAT, // 0x14
|
||||
PICK_ITEM, // 0x15
|
||||
|
Loading…
Reference in New Issue
Block a user