Fix issues with leashes and weather due to missed diff

This commit is contained in:
Travis Watkins
2014-03-26 04:39:39 -05:00
parent 4992df25ec
commit acc9f20b00
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ public abstract class EntityInsentient extends EntityLiving {
public void h() {
super.h();
if (!this.world.isStatic) {
this.bJ();
this.bL();
}
}