summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java
diff options
context:
space:
mode:
authorfeildmaster <admin@feildmaster.com>2013-09-19 13:25:08 -0500
committerfeildmaster <admin@feildmaster.com>2013-09-19 20:01:02 -0500
commitdcb9d6a5ef2d572b041696d5728f660aa8549e47 (patch)
tree5b81d2ea9db695ea713deb9a47b6c867fa5219b2 /src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java
parente20ef1f60600467077bba06d36585ae9d3c5fb27 (diff)
downloadcraftbukkit-dcb9d6a5ef2d572b041696d5728f660aa8549e47.tar
craftbukkit-dcb9d6a5ef2d572b041696d5728f660aa8549e47.tar.gz
craftbukkit-dcb9d6a5ef2d572b041696d5728f660aa8549e47.tar.lz
craftbukkit-dcb9d6a5ef2d572b041696d5728f660aa8549e47.tar.xz
craftbukkit-dcb9d6a5ef2d572b041696d5728f660aa8549e47.zip
Update CraftBukkit to 1.6.4
Diffstat (limited to 'src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java')
-rw-r--r--src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java b/src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java
index afd726f3..a07c6cf7 100644
--- a/src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java
+++ b/src/main/java/net/minecraft/server/PathfinderGoalMeleeAttack.java
@@ -68,7 +68,7 @@ public class PathfinderGoalMeleeAttack extends PathfinderGoal {
this.b.getControllerLook().a(entityliving, 30.0F, 30.0F);
if ((this.e || this.b.getEntitySenses().canSee(entityliving)) && --this.h <= 0) {
- this.h = 4 + this.b.aC().nextInt(7);
+ this.h = 4 + this.b.aD().nextInt(7);
this.b.getNavigation().a((Entity) entityliving, this.d);
}
@@ -78,8 +78,8 @@ public class PathfinderGoalMeleeAttack extends PathfinderGoal {
if (this.b.e(entityliving.locX, entityliving.boundingBox.b, entityliving.locZ) <= d0) {
if (this.c <= 0) {
this.c = 20;
- if (this.b.aY() != null) {
- this.b.aU();
+ if (this.b.aZ() != null) {
+ this.b.aV();
}
this.b.m(entityliving);