Update to 1.14.4 (#2333)
This commit is contained in:
@@ -10,7 +10,7 @@ Optimize to check if the captured list even has values in it, and also to
|
||||
just do a get call since the value can never be null.
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
||||
index 3269d095b..b1b276683 100644
|
||||
index dad0c893fd..dd2a9c6e59 100644
|
||||
--- a/src/main/java/net/minecraft/server/World.java
|
||||
+++ b/src/main/java/net/minecraft/server/World.java
|
||||
@@ -0,0 +0,0 @@ public abstract class World implements IIBlockAccess, GeneratorAccess, AutoClose
|
||||
@@ -29,5 +29,5 @@ index 3269d095b..b1b276683 100644
|
||||
+ //TileEntity tileentity = null; // Paper - move up
|
||||
|
||||
if (this.tickingTileEntities) {
|
||||
tileentity = this.B(blockposition);
|
||||
tileentity = this.A(blockposition);
|
||||
--
|
||||
Reference in New Issue
Block a user