aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_open_screen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/c_open_screen.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/c_open_screen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_open_screen.rs b/azalea-protocol/src/packets/game/c_open_screen.rs
index 4ba71725..834802dd 100755
--- a/azalea-protocol/src/packets/game/c_open_screen.rs
+++ b/azalea-protocol/src/packets/game/c_open_screen.rs
@@ -5,7 +5,7 @@ use azalea_protocol_macros::ClientboundGamePacket;
#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)]
pub struct ClientboundOpenScreen {
#[var]
- pub container_id: u32,
+ pub container_id: i32,
pub menu_type: azalea_registry::MenuKind,
pub title: FormattedText,
}