fix compilation warn

This commit is contained in:
2026-06-11 15:32:43 +02:00
parent 887a228cf2
commit 37afa2c044
4 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,3 @@
use tokio::net::TcpStream;
use crate::minecraft::client::client::Client;
use crate::minecraft::varint::varint_read;