mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fixed fishing skill not working.
This commit is contained in:
@ -84,7 +84,7 @@ public class mcPlayerListener implements Listener
|
||||
{
|
||||
if(event.getState() == State.CAUGHT_FISH)
|
||||
{
|
||||
if(event.getCaught() instanceof Item)
|
||||
if(event.getCaught() instanceof org.bukkit.entity.Item)
|
||||
{
|
||||
Fishing.processResults(event);
|
||||
}
|
||||
|
Reference in New Issue
Block a user