Merge branch 'master' of github.com:mcMMO-Dev/mcMMO

This commit is contained in:
nossr50 2012-02-13 07:31:54 -08:00
commit 1910b76b13

View File

@ -84,7 +84,7 @@ public class mcPlayerListener implements Listener
{ {
if(event.getState() == State.CAUGHT_FISH) if(event.getState() == State.CAUGHT_FISH)
{ {
if(event.getCaught() instanceof Item) if(event.getCaught() instanceof org.bukkit.entity.Item)
{ {
Fishing.processResults(event); Fishing.processResults(event);
} }