From 7ab7a36d85a7df673ab799871bdb917f612f0c15 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sat, 20 May 2023 15:17:33 +0200 Subject: [PATCH] oops --- kubi/src/world/loading.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/kubi/src/world/loading.rs b/kubi/src/world/loading.rs index 3ea7c08..aa854b7 100644 --- a/kubi/src/world/loading.rs +++ b/kubi/src/world/loading.rs @@ -136,7 +136,6 @@ fn start_required_tasks( DesiredChunkState::Loaded | DesiredChunkState::Rendered if chunk.current_state == CurrentChunkState::Nothing => { //start load task if let Some(client) = &mut udp_client { - //crappy rate limiting client.0.send( postcard::to_allocvec(&ClientToServerMessage::ChunkSubRequest { chunk: position,