9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00

Update BukkitFishingManager.java

This commit is contained in:
XiaoMoMi
2024-10-18 01:08:33 +08:00
parent 5ee89b98f9
commit 92a29f1743

View File

@@ -82,6 +82,8 @@ public class BukkitFishingManager implements FishingManager, Listener {
if (hook.isHookValid()) {
return Optional.of(hook);
} else {
hook.stop();
this.castHooks.remove(player);
return Optional.empty();
}
}