Generic cleanup

This commit is contained in:
Erik Broes
2011-06-12 00:02:58 +02:00
parent 938db4de2d
commit 96b1b8a10c
37 changed files with 667 additions and 635 deletions

View File

@@ -315,6 +315,7 @@ public class EntityWolf extends EntityAnimal {
return false;
}
// CraftBukkit end
this.d(true);
this.a((PathEntity) null);
this.setSitting(true);
@@ -428,4 +429,4 @@ public class EntityWolf extends EntityAnimal {
this.datawatcher.b(16, Byte.valueOf((byte) (b0 & -5)));
}
}
}
}