Cleaner fix to #10 (#52)

This commit is contained in:
Nolan Rosen 2022-09-12 20:14:37 -04:00 committed by GitHub
parent 65dc561868
commit adc927d319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}
}