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

bump version

This commit is contained in:
XiaoMoMi
2025-05-01 11:07:55 +08:00
parent b4083f7dbf
commit 000af4c494
2 changed files with 3 additions and 2 deletions

View File

@@ -282,6 +282,7 @@ public class BukkitCustomFishingPluginImpl extends BukkitCustomFishingPlugin {
@Override
public void debug(Object message) {
if (message == null) return;
this.debugger.accept(message::toString);
}