mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 16:42:03 -07:00
Fix mismatched setArrowCount method
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user