Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 12:30:06 +01:00
Fix mismatched setArrowCount method
Dieser Commit ist enthalten in:
Ursprung
108fc362c0
Commit
b4c298d644
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren