@@ -13,8 +13,8 @@
|
||||
public class EntityFishingHook extends IProjectile {
|
||||
|
||||
@@ -253,6 +258,10 @@
|
||||
this.ao = 0;
|
||||
this.ap = 0;
|
||||
this.ah = 0;
|
||||
this.ai = 0;
|
||||
this.getDataWatcher().set(EntityFishingHook.f, false);
|
||||
+ // CraftBukkit start
|
||||
+ PlayerFishEvent playerFishEvent = new PlayerFishEvent((Player) this.getOwner().getBukkitEntity(), null, (FishHook) this.getBukkitEntity(), PlayerFishEvent.State.FAILED_ATTEMPT);
|
||||
|
||||
Reference in New Issue
Block a user