Remove debug message

This commit is contained in:
BruceChen 2022-08-25 02:04:36 +08:00
parent 58eafdfd5c
commit b125b0f10a

View file

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