Update CraftBukkit to 1.6.4

This commit is contained in:
feildmaster
2013-09-19 13:25:08 -05:00
parent e20ef1f606
commit dcb9d6a5ef
92 changed files with 730 additions and 694 deletions

View File

@@ -40,7 +40,7 @@ public class EntityWitherSkull extends EntityFireball {
this.shooter.heal(5.0F, org.bukkit.event.entity.EntityRegainHealthEvent.RegainReason.WITHER); // CraftBukkit
}
} else {
movingobjectposition.entity.damageEntity(DamageSource.MAGIC, 5);
movingobjectposition.entity.damageEntity(DamageSource.MAGIC, 5.0F);
}
if (movingobjectposition.entity instanceof EntityLiving) {
@@ -73,7 +73,7 @@ public class EntityWitherSkull extends EntityFireball {
}
}
public boolean K() {
public boolean L() {
return false;
}