mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user