This commit is contained in:
griffi-gh 2023-05-20 15:17:33 +02:00
parent e8e3863d47
commit 7ab7a36d85

View file

@ -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,