Update CraftBukkit to Minecraft 1.4.7
This commit is contained in:
@@ -244,8 +244,8 @@ public class EntityWither extends EntityMonster implements IRangedEntity {
|
||||
}
|
||||
}
|
||||
|
||||
if (this.aG() != null) {
|
||||
this.c(0, this.aG().id);
|
||||
if (this.getGoalTarget() != null) {
|
||||
this.c(0, this.getGoalTarget().id);
|
||||
} else {
|
||||
this.c(0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user