diff --git a/src/protocol/packets/c2s.rs b/src/protocol/packets/c2s.rs index 5237e10..ce03095 100644 --- a/src/protocol/packets/c2s.rs +++ b/src/protocol/packets/c2s.rs @@ -99,6 +99,7 @@ pub mod login { pub mod play { use super::super::*; + use crate::protocol::slot::Slot; def_struct! { TeleportConfirm { @@ -583,7 +584,7 @@ pub mod play { def_struct! { UpdateCreativeModeSlot { slot: i16, - // TODO: clicked_item: Slot, + clicked_item: Slot, } }