9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-28 03:19:12 +00:00

Fix saving interval

This commit is contained in:
XiaoMoMi
2024-07-26 20:44:41 +08:00
parent 1a20fe7b8b
commit 4b8537016e
2 changed files with 2 additions and 1 deletions

View File

@@ -202,7 +202,7 @@ public class BukkitConfigManager extends ConfigManager {
redisRanking = config.getBoolean("mechanics.competition.redis-ranking", false);
AdventureHelper.legacySupport = config.getBoolean("other-settings.legacy-color-code-support", true);
dataSaveInterval = config.getInt("other-settings.data-save-interval", 600);
dataSaveInterval = config.getInt("other-settings.data-saving-interval", 600);
logDataSaving = config.getBoolean("other-settings.log-data-saving", true);
lockData = config.getBoolean("other-settings.lock-data", true);