Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Jan 14, 2025
1 parent b4825c4 commit 9f1b1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/city/norain/slimefun4/VaultIntegration.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected static void register(@Nonnull Slimefun plugin) {
plugin.getLogger().log(Level.WARNING, "无法接入 Vault. 如果你是 CMI 用户, 请至配置文件启用经济系统");
}
} else {
plugin.getLogger().log(Level.WARNING, "无法接入 Vault. 你必须先安装 Vault!");
plugin.getLogger().log(Level.WARNING, "无法接入 Vault, 使用游戏币解锁研究功能将无法使用");
}
}

Expand Down

0 comments on commit 9f1b1e1

Please sign in to comment.