Fix CraftBukkit comments.

This commit is contained in:
Erik Broes
2012-01-12 12:02:39 +01:00
parent 42e473783e
commit 7f079a0cd6
28 changed files with 136 additions and 138 deletions

View File

@@ -388,7 +388,7 @@ public class EntityWolf extends EntityAnimal {
if (itemfood.p() && this.datawatcher.getInt(18) < 20) {
--itemstack.count;
this.d(itemfood.n(), RegainReason.EATING); // Craftbukkit
this.d(itemfood.n(), RegainReason.EATING); // CraftBukkit
if (itemstack.count <= 0) {
entityhuman.inventory.setItem(entityhuman.inventory.itemInHandIndex, (ItemStack) null);
}