mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
hotfix
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
package net.momirealms.customfishing;
|
||||
|
||||
import net.kyori.adventure.bossbar.BossBar;
|
||||
import net.momirealms.customcrops.helper.Log;
|
||||
import net.momirealms.customfishing.helper.Log;
|
||||
import net.momirealms.customfishing.competition.CompetitionConfig;
|
||||
import net.momirealms.customfishing.competition.Goal;
|
||||
import net.momirealms.customfishing.competition.bossbar.BossBarConfig;
|
||||
|
||||
@@ -94,6 +94,8 @@ public class FishListener implements Listener {
|
||||
|
||||
public void onFish(PlayerFishEvent event){
|
||||
|
||||
if (event.isCancelled()) return;
|
||||
|
||||
PlayerFishEvent.State state = event.getState();
|
||||
Player player = event.getPlayer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user