3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 04:50:05 +01:00

Clear attributes on death; mistranslation issue.

Dieser Commit ist enthalten in:
EvilSeph 2013-07-10 19:53:32 -04:00
Ursprung 96fd897a2f
Commit a31158bd0b

Datei anzeigen

@ -921,7 +921,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
this.expTotal = this.newTotalExp;
this.exp = 0;
this.deathTicks = 0;
this.aG(); // Should be removeAllEffects.
this.aJ(); // Should be removeAllEffects.
this.updateEffects = true;
this.activeContainer = this.defaultContainer;
this.killer = null;