Update CraftBukkit to Minecraft 1.7.5
This commit is contained in:
@@ -15,7 +15,7 @@ public class ItemFishingRod extends Item {
|
||||
int i = entityhuman.hookedFish.e();
|
||||
|
||||
itemstack.damage(i, entityhuman);
|
||||
entityhuman.ba();
|
||||
entityhuman.aZ();
|
||||
} else {
|
||||
// CraftBukkit start
|
||||
EntityFishingHook hook = new EntityFishingHook(world, entityhuman);
|
||||
@@ -31,7 +31,7 @@ public class ItemFishingRod extends Item {
|
||||
world.addEntity(hook); // CraftBukkit - moved creation up
|
||||
}
|
||||
|
||||
entityhuman.ba();
|
||||
entityhuman.aZ();
|
||||
}
|
||||
|
||||
return itemstack;
|
||||
|
||||
Reference in New Issue
Block a user