good comment

This commit is contained in:
MeexReay 2025-05-07 23:38:48 +03:00
parent 32e7737131
commit 03b1a25c06

View File

@ -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}"))?;
} }