This commit is contained in:
EvilSeph
2012-01-27 18:23:16 -05:00
parent 38ad0ea5fd
commit bb730f0ee7
3 changed files with 4 additions and 3 deletions

View File

@@ -823,6 +823,7 @@ public abstract class EntityLiving extends Entity {
}
public void b(NBTTagCompound nbttagcompound) {
if (this.health < Short.MIN_VALUE) this.health = Short.MIN_VALUE; // CraftBukkit
nbttagcompound.setShort("Health", (short) this.health);
nbttagcompound.setShort("HurtTime", (short) this.hurtTicks);
nbttagcompound.setShort("DeathTime", (short) this.deathTicks);