9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 03:49:07 +00:00

fix redis

This commit is contained in:
XiaoMoMi
2023-09-12 20:33:46 +08:00
parent 8782b7429c
commit 073b91cfb5
8 changed files with 103 additions and 75 deletions

View File

@@ -144,4 +144,6 @@ public abstract class CustomFishingPlugin extends JavaPlugin {
public CompetitionManager getCompetitionManager() {
return competitionManager;
}
public abstract void debug(String message);
}