mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
reorder some packets
This commit is contained in:
parent
a45eb6deb2
commit
a3fad4765b
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ declare_state_packets!(
|
|||
Serverbound => {},
|
||||
Clientbound => {
|
||||
0x0e: clientbound_change_difficulty_packet::ClientboundChangeDifficultyPacket,
|
||||
0x12: clientbound_declare_commands_packet::ClientboundDeclareCommandsPacket,
|
||||
0x18: clientbound_custom_payload_packet::ClientboundCustomPayloadPacket,
|
||||
0x26: clientbound_login_packet::ClientboundLoginPacket,
|
||||
0x4a: clientbound_update_view_distance_packet::ClientboundUpdateViewDistancePacket,
|
||||
0x12: clientbound_declare_commands_packet::ClientboundDeclareCommandsPacket
|
||||
0x4a: clientbound_update_view_distance_packet::ClientboundUpdateViewDistancePacket
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue