Skip to content

Commit

Permalink
1.4.2 修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
handy committed Dec 2, 2024
1 parent 5f5d4ae commit 9ffb893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/handyplus/menu/util/ConfigUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static void upConfig() {
// 1.3.7
HandyConfigUtil.setPathIsNotContains(LANG_CONFIG, "noNumber", "&8[&c✘&8] &7请输入数字", null, language);
// 1.4.2
HandyConfigUtil.setPathIsNotContains(LANG_CONFIG, "playerCurrencySucceedMsg.", "&a已成功加载PlayerCurrency 启用多货币经济兼容", null, language);
HandyConfigUtil.setPathIsNotContains(LANG_CONFIG, "playerCurrencySucceedMsg", "&a已成功加载PlayerCurrency 启用多货币经济兼容", null, language);
HandyConfigUtil.setPathIsNotContains(LANG_CONFIG, "playerCurrencyFailureMsg", "&7你的服务端没有安装PlayerCurrency 未启用多货币经济兼容", null, language);
HandyConfigUtil.setPathIsNotContains(LANG_CONFIG, "noBalance", "&8[&c✘&8] &7${type}&7不足,无法使用", null, language);
LANG_CONFIG = HandyConfigUtil.loadLangConfig(CONFIG.getString("language"), true);
Expand Down

0 comments on commit 9ffb893

Please sign in to comment.