Skip to content

Commit edaebd7

Browse files
committed
Fix spell ticking
1 parent e32d11a commit edaebd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

papyrus-server/minecraft-patches/sources/net/minecraft/world/entity/LivingEntity.java.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
this.yHeadRotO = this.yHeadRot;
9595
this.yBodyRotO = this.yBodyRot;
9696
this.yRotO = this.getYRot();
97-
@@ -520,6 +_,17 @@
97+
@@ -520,6 +_,18 @@
9898
profilerFiller.pop();
9999
}
100100

@@ -106,6 +106,7 @@
106106
+ getBukkitLivingEntity().addEnergy((int) energyRegen);
107107
+ heal((float) healthRegen);
108108
+ }
109+
+ getBukkitLivingEntity().tick();
109110
+ }
110111
+ // Papyrus end
111112
+

0 commit comments

Comments
 (0)