diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs b/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs index b526b210..521975af 100644 --- a/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs @@ -6,8 +6,6 @@ use azalea_protocol_macros::ClientboundGamePacket; pub struct ClientboundOpenScreenPacket { #[var] pub container_id: u32, - // TODO: have an enum of this - #[var] - pub menu_type: u32, + pub menu_type: azalea_registry::Menu, pub title: Component, } |
