9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00
This commit is contained in:
Xiao-MoMi
2022-09-13 15:35:16 +08:00
parent f9cbfd6cf8
commit cbb929c7ad
2 changed files with 3 additions and 1 deletions

View File

@@ -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;

View File

@@ -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();