Fix some false positive warnings printing that shouldnt be

reduces some log spam
This commit is contained in:
Aikar
2018-08-20 20:20:40 -04:00
parent 0f2aaa4364
commit bcb9bb64f0
3 changed files with 6 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ Fix this by differing entity add to world for all entities at the same time
the original entity is dead, overwrite it as the logic does for unloaod queued entities.
diff --git a/src/main/java/net/minecraft/server/Chunk.java b/src/main/java/net/minecraft/server/Chunk.java
index 82abe2a914..f618e8f628 100644
index 2a5d1c90b4..1d2673a7b3 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 {