From b125b0f10a41fc5532cc981e5c89c53e581b30c9 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Thu, 25 Aug 2022 02:04:36 +0800 Subject: [PATCH] Remove debug message --- MinecraftClient/Protocol/Handlers/Protocol18.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/MinecraftClient/Protocol/Handlers/Protocol18.cs b/MinecraftClient/Protocol/Handlers/Protocol18.cs index b3bd4ff0..0c79ecc9 100644 --- a/MinecraftClient/Protocol/Handlers/Protocol18.cs +++ b/MinecraftClient/Protocol/Handlers/Protocol18.cs @@ -562,14 +562,7 @@ namespace MinecraftClient.Protocol.Handlers { bool loaded = pTerrain.ProcessChunkColumnData(chunkX, chunkZ, verticalStripBitmask, packetData, cancellationToken); if (loaded) - { Interlocked.Decrement(ref handler.GetWorld().chunkLoadNotCompleted); - if (handler.GetWorld().chunkCnt == 464) - { - log.Info("Loaded 464 chunks, exit"); - System.Environment.Exit(0); - } - } }); // Block Entity data: ignored