1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-04 16:43:03 +08:00

fix(update): 修复更新检测配置读取错误的问题

This commit is contained in:
2023-01-16 22:34:25 +08:00
parent 6fc169ca30
commit f314ec4351
4 changed files with 4 additions and 4 deletions
@@ -52,7 +52,7 @@ public class MineSQLBungee extends Plugin implements MineSQLPlatform {
);
}
if (getConfiguration().PROPERTIES.ENABLE.getNotNull()) {
if (getConfiguration().UPDATE_CHECKER.getNotNull()) {
getLogger().info("开始检查更新,可能需要一小段时间...");
getLogger().info(" 如不希望检查更新,可在配置文件中关闭。");
ProxyServer.getInstance().getScheduler().runAsync(