@@ -27,7 +27,17 @@
|
||||
this.c(entityhuman);
|
||||
this.p(true);
|
||||
this.world.broadcastEntityEffect(this, (byte) 7);
|
||||
@@ -316,33 +316,35 @@
|
||||
@@ -276,7 +276,8 @@
|
||||
return false;
|
||||
} else {
|
||||
if (this.goalSit != null) {
|
||||
- this.goalSit.setSitting(false);
|
||||
+ // CraftBukkit - moved into EntityLiving.d(DamageSource, float)
|
||||
+ // this.goalSit.setSitting(false);
|
||||
}
|
||||
|
||||
return super.damageEntity(damagesource, f);
|
||||
@@ -316,33 +317,35 @@
|
||||
}
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user