mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Clear attributes on death; mistranslation issue.
This commit is contained in:
parent
96fd897a2f
commit
a31158bd0b
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
||||||
this.expTotal = this.newTotalExp;
|
this.expTotal = this.newTotalExp;
|
||||||
this.exp = 0;
|
this.exp = 0;
|
||||||
this.deathTicks = 0;
|
this.deathTicks = 0;
|
||||||
this.aG(); // Should be removeAllEffects.
|
this.aJ(); // Should be removeAllEffects.
|
||||||
this.updateEffects = true;
|
this.updateEffects = true;
|
||||||
this.activeContainer = this.defaultContainer;
|
this.activeContainer = this.defaultContainer;
|
||||||
this.killer = null;
|
this.killer = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue