This commit is contained in:
EvilSeph
2012-02-10 00:43:12 -05:00
parent 56741552e5
commit 0170ae9523
2 changed files with 12 additions and 6 deletions

View File

@@ -216,9 +216,11 @@ public abstract class EntityLiving extends Entity {
this.extinguish();
} else {
if (this.getAirTicks() != 300) { // CraftBukkit - only set if needed to work around a datawatcher inefficiency
// CraftBukkit start - only set if needed to work around a datawatcher inefficiency
if (this.getAirTicks() != 300) {
this.setAirTicks(maxAirTicks);
}
// CraftBukkit end
}
this.ax = this.ay;