mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Update CraftBukkit to Minecraft 1.4.7
This commit is contained in:
@@ -32,7 +32,7 @@ public class EntityCreeper extends EntityMonster {
|
||||
}
|
||||
|
||||
public int as() {
|
||||
return this.aG() == null ? 3 : 3 + (this.health - 1);
|
||||
return this.getGoalTarget() == null ? 3 : 3 + (this.health - 1);
|
||||
}
|
||||
|
||||
protected void a(float f) {
|
||||
|
Reference in New Issue
Block a user