Update CraftBukkit to 1.6.2
This commit is contained in:
@@ -18,7 +18,7 @@ public class PathfinderGoalEatTile extends PathfinderGoal {
|
||||
}
|
||||
|
||||
public boolean a() {
|
||||
if (this.b.aB().nextInt(this.b.isBaby() ? 50 : 1000) != 0) {
|
||||
if (this.b.aC().nextInt(this.b.isBaby() ? 50 : 1000) != 0) {
|
||||
return false;
|
||||
} else {
|
||||
int i = MathHelper.floor(this.b.locX);
|
||||
|
||||
Reference in New Issue
Block a user