mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Remove ChunkSection debug - #1302
While these logs indicate something is 'off', we've had no reports of visible 'issues' with entities, and no one is going to take the time to debug this farther, so just getting rid of the logs so it's like its never happening! Ignorance is bliss.
This commit is contained in:
@@ -14,7 +14,7 @@ This fix always sends chunks to the client, and simply updates
|
||||
the client anytime post processing is triggered with the new chunk data.
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/Chunk.java b/src/main/java/net/minecraft/server/Chunk.java
|
||||
index d9eb3e51be..e73149d4d1 100644
|
||||
index 52e2b9db58..e61fefa4c8 100644
|
||||
--- a/src/main/java/net/minecraft/server/Chunk.java
|
||||
+++ b/src/main/java/net/minecraft/server/Chunk.java
|
||||
@@ -0,0 +0,0 @@ public class Chunk implements IChunkAccess {
|
||||
|
Reference in New Issue
Block a user