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

@@ -239,6 +239,7 @@ public class CustomFishingPluginImpl extends CustomFishingPlugin {
return protocolManager;
}
@Override
public void debug(String message) {
if (!CFConfig.debug) return;
LogUtils.info(message);