diff --git a/src/main/java/net/minecraft/world/WorldServer.java b/src/main/java/net/minecraft/world/WorldServer.java index 7adf305..e146766 100644 --- a/src/main/java/net/minecraft/world/WorldServer.java +++ b/src/main/java/net/minecraft/world/WorldServer.java @@ -334,7 +334,7 @@ this.theProfiler.startSection("getChunk"); Chunk chunk = this.getChunkFromChunkCoords(chunkX, chunkZ); chunk.setActive(); - this.theProfiler.startSection("updatePending"); + this.theProfiler.endStartSection("updatePending"); this.updatePendingOf(chunk); this.func_147467_a(k, l, chunk); this.theProfiler.endStartSection("tickChunk");