mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Remove debug message
This commit is contained in:
parent
58eafdfd5c
commit
b125b0f10a
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue