Let invalid positioned entities clean up previous chunk by the chunkCheck

I had did a few of the operations myself, which would have broken chunkCheck
from doing it itself, which would leave some state left in the original chunk
and thats not good....
This commit is contained in:
Aikar
2020-04-12 22:55:43 -04:00
parent cd7e99804b
commit 47c832382c
9 changed files with 9 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ index 7c518983a..bdb534deb 100644
--this.lifeTicks;
diff --git a/src/main/java/net/minecraft/server/WorldServer.java b/src/main/java/net/minecraft/server/WorldServer.java
index 3f74a34d8..577043c74 100644
index 09176e604..43565dd92 100644
--- a/src/main/java/net/minecraft/server/WorldServer.java
+++ b/src/main/java/net/minecraft/server/WorldServer.java
@@ -0,0 +0,0 @@ public class WorldServer extends World {