Update CraftBukkit to Minecraft 1.7.5

This commit is contained in:
Nate Mortensen
2014-03-20 22:26:30 -06:00
committed by EvilSeph
parent afb3511a4a
commit 385ace970e
206 changed files with 2670 additions and 2679 deletions

View File

@@ -23,9 +23,9 @@ public class PathfinderGoalPanic extends PathfinderGoal {
if (vec3d == null) {
return false;
} else {
this.c = vec3d.c;
this.d = vec3d.d;
this.e = vec3d.e;
this.c = vec3d.a;
this.d = vec3d.b;
this.e = vec3d.c;
return true;
}
}
@@ -37,7 +37,7 @@ public class PathfinderGoalPanic extends PathfinderGoal {
public boolean b() {
// CraftBukkit start - introduce a temporary timeout hack until this is fixed properly
if ((this.a.ticksLived - this.a.aK()) > 100) {
if ((this.a.ticksLived - this.a.aJ()) > 100) {
this.a.b((EntityLiving) null);
return false;
}