From 03b1a25c064c51fd660a842cd7df5bbdb579dfd1 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 7 May 2025 23:38:48 +0300 Subject: [PATCH] good comment --- src/play/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/play/mod.rs b/src/play/mod.rs index ea9ec87..ba80cd8 100644 --- a/src/play/mod.rs +++ b/src/play/mod.rs @@ -334,6 +334,7 @@ pub fn handle_play_state( let slot = packet.read_short()?; let button = packet.read_byte()?; let mode = packet.read_varint()?; + // i cannot read item slots now send_rainbow_message(&client, format!("index clicked: {slot}"))?; }