Update CraftBukkit to Minecraft 1.5.2
This commit is contained in:
@@ -63,7 +63,7 @@ public class PathfinderGoalArrowAttack extends PathfinderGoal {
|
||||
|
||||
public void e() {
|
||||
double d0 = this.a.e(this.c.locX, this.c.boundingBox.b, this.c.locZ);
|
||||
boolean flag = this.a.aD().canSee(this.c);
|
||||
boolean flag = this.a.getEntitySenses().canSee(this.c);
|
||||
|
||||
if (flag) {
|
||||
++this.f;
|
||||
|
||||
Reference in New Issue
Block a user