mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-09-18 21:54:50 +00:00
Reset player arrow count on death
This commit is contained in:
parent
28d993ccec
commit
2453830549
1 changed files with 2 additions and 1 deletions
|
@ -517,7 +517,7 @@
|
|||
}
|
||||
|
||||
public void a(EnumHand enumhand) {
|
||||
@@ -975,11 +1182,150 @@
|
||||
@@ -975,11 +1182,151 @@
|
||||
}
|
||||
|
||||
public void M() {
|
||||
|
@ -649,6 +649,7 @@
|
|||
+ this.expTotal = this.newTotalExp;
|
||||
+ this.exp = 0;
|
||||
+ this.deathTicks = 0;
|
||||
+ this.f(0); // PAIL: setArrowCount
|
||||
+ this.removeAllEffects();
|
||||
+ this.updateEffects = true;
|
||||
+ this.activeContainer = this.defaultContainer;
|
||||
|
|
Loading…
Add table
Reference in a new issue