Stop loading entity bounding boxes from NBT

This may be creating more issues than it's solving
cc GH-1806
This commit is contained in:
Zach Brown
2019-03-15 23:25:32 -04:00
parent acdbefc146
commit 2b722719b3
76 changed files with 223 additions and 313 deletions

View File

@@ -9,7 +9,7 @@ issues when this counter is updated from multiple threads, potentially
causing these counters to desync due to the unsafe volatile update
diff --git a/src/main/java/net/minecraft/server/FileIOThread.java b/src/main/java/net/minecraft/server/FileIOThread.java
index 3c688f546..570624600 100644
index 3c688f54..57062460 100644
--- a/src/main/java/net/minecraft/server/FileIOThread.java
+++ b/src/main/java/net/minecraft/server/FileIOThread.java
@@ -0,0 +0,0 @@ public class FileIOThread implements Runnable {