Revert to 1.5 despawning behaviour for Ocelots and Wolves. Fixes BUKKIT-4449
This commit is contained in:
@@ -48,7 +48,7 @@ public class EntityOcelot extends EntityTameableAnimal {
|
||||
}
|
||||
|
||||
protected boolean isTypeNotPersistent() {
|
||||
return !this.isTamed() && this.ticksLived > 2400;
|
||||
return !this.isTamed(); // CraftBukkit
|
||||
}
|
||||
|
||||
public boolean be() {
|
||||
|
||||
Reference in New Issue
Block a user