mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Fix mismatched setArrowCount method
This commit is contained in:
parent
108fc362c0
commit
b4c298d644
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@
|
|||
+ this.expTotal = this.newTotalExp;
|
||||
+ this.exp = 0;
|
||||
+ this.deathTicks = 0;
|
||||
+ this.f(0); // PAIL: setArrowCount
|
||||
+ this.setArrowCount(0);
|
||||
+ this.removeAllEffects();
|
||||
+ this.updateEffects = true;
|
||||
+ this.activeContainer = this.defaultContainer;
|
||||
|
|
Loading…
Add table
Reference in a new issue