It'd be nice if Ice Fishing actually worked.

This commit is contained in:
GJ 2013-05-20 08:07:22 -04:00
parent e312e95aed
commit 614557e2fa

View File

@ -209,7 +209,7 @@ public class PlayerListener implements Listener {
case IN_GROUND:
Fish hook = event.getHook();
Block block = hook.getLocation().getBlock();
Block block = event.getPlayer().getTargetBlock(null, 100);
if (fishingManager.canIceFish(block)) {
event.setCancelled(true);