mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Fix mismatched setArrowCount method
By: md_5 <git@md-5.net>
This commit is contained in:
parent
70c2a1b52a
commit
be94470a9f
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