Fix mismatched setArrowCount method

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2017-11-17 11:03:30 +11:00
parent 70c2a1b52a
commit be94470a9f

View File

@@ -752,7 +752,7 @@
+ this.expTotal = this.newTotalExp; + this.expTotal = this.newTotalExp;
+ this.exp = 0; + this.exp = 0;
+ this.deathTicks = 0; + this.deathTicks = 0;
+ this.f(0); // PAIL: setArrowCount + this.setArrowCount(0);
+ this.removeAllEffects(); + this.removeAllEffects();
+ this.updateEffects = true; + this.updateEffects = true;
+ this.activeContainer = this.defaultContainer; + this.activeContainer = this.defaultContainer;