9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-31 04:46:36 +00:00
This commit is contained in:
XiaoMoMi
2024-01-08 04:49:31 +08:00
parent 795f2b6daf
commit 19d5e0246c
5 changed files with 38 additions and 12 deletions

View File

@@ -114,7 +114,7 @@ public class CustomFishingPluginImpl extends CustomFishingPlugin {
if (CFConfig.updateChecker)
this.versionManager.checkUpdate().thenAccept(result -> {
if (!result) this.getAdventure().sendConsoleMessage("[CustomFishing] You are using the latest version.");
else this.getAdventure().sendConsoleMessage("[CustomFishing] Update is available: <u>https://polymart.org/resource/customfishing.2723<!u>");
else this.getAdventure().sendConsoleMessage("[CustomFishing] Update is available: <u>https://polymart.org/resource/2723<!u>");
});
}