moved updateCheckInterval and Debug to top of config.yml

This commit is contained in:
Jack
2024-07-23 17:49:46 -04:00
parent 796097f3e2
commit 334471b37b
2 changed files with 16 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ public class ConfigManager {
setWeatherEnabled(false);
}
setUpdateCheckInterval(configFile.getLong("updateCheckInterval"));
setUpdateCheckInterval(configFile.getLong("UpdateCheckInterval"));
}
public boolean debugEnabled() {