mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-03 14:14: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.getState() == State.CAUGHT_FISH)
|
||||||
{
|
{
|
||||||
if(event.getCaught() instanceof Item)
|
if(event.getCaught() instanceof org.bukkit.entity.Item)
|
||||||
{
|
{
|
||||||
Fishing.processResults(event);
|
Fishing.processResults(event);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user