geforkt von Mirrors/Paper
Reset player arrow count on death
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
b47c79c77a
Commit
596875c55b
@ -517,7 +517,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void a(EnumHand enumhand) {
|
public void a(EnumHand enumhand) {
|
||||||
@@ -975,11 +1182,150 @@
|
@@ -975,11 +1182,151 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
public void M() {
|
public void M() {
|
||||||
@ -649,6 +649,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.removeAllEffects();
|
+ this.removeAllEffects();
|
||||||
+ this.updateEffects = true;
|
+ this.updateEffects = true;
|
||||||
+ this.activeContainer = this.defaultContainer;
|
+ this.activeContainer = this.defaultContainer;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren