Fix logic bug in negative XP bug fix - Closes #1169

This commit is contained in:
Aikar
2018-08-03 20:59:35 -04:00
parent 6116576bf3
commit a75c747cd7
6 changed files with 11 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ which can keep them in the chunk when they shouldnt be if done
during entity ticking.
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 0aa2f99838..8822d17745 100644
index 2a4405638e..eabcb4c8f9 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 IBlockAccess {