summaryrefslogtreecommitdiffstats
path: root/nms-patches/World.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/World.patch')
-rw-r--r--nms-patches/World.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/World.patch b/nms-patches/World.patch
index 377a4ccc..2337b695 100644
--- a/nms-patches/World.patch
+++ b/nms-patches/World.patch
@@ -374,7 +374,7 @@
+ for (this.tickPosition = 0; this.tickPosition < this.entityList.size(); ++this.tickPosition) {
+ entity = (Entity) this.entityList.get(this.tickPosition);
+ // CraftBukkit end
- Entity entity1 = entity.bH();
+ Entity entity1 = entity.bJ();
if (entity1 != null) {
@@ -1128,7 +1360,7 @@
@@ -471,7 +471,7 @@
entity.M = entity.locX;
entity.N = entity.locY;
@@ -1265,6 +1512,7 @@
- entity.aC();
+ entity.aE();
} else {
entity.B_();
+ entity.postTick(); // CraftBukkit