mirror of
https://github.com/GIKExe/rust_mc_serv.git
synced 2025-06-24 10:22:57 +03:00
good comment
This commit is contained in:
parent
32e7737131
commit
03b1a25c06
@ -334,6 +334,7 @@ pub fn handle_play_state(
|
|||||||
let slot = packet.read_short()?;
|
let slot = packet.read_short()?;
|
||||||
let button = packet.read_byte()?;
|
let button = packet.read_byte()?;
|
||||||
let mode = packet.read_varint()?;
|
let mode = packet.read_varint()?;
|
||||||
|
// i cannot read item slots now
|
||||||
|
|
||||||
send_rainbow_message(&client, format!("index clicked: {slot}"))?;
|
send_rainbow_message(&client, format!("index clicked: {slot}"))?;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user