Move RefreshChunks setting from hidden.yml to config.yml

Adds #2213
This commit is contained in:
TfT_02
2014-08-17 20:21:23 -06:00
parent 097a5a0894
commit 8a35d69540
6 changed files with 9 additions and 10 deletions

View File

@ -252,6 +252,7 @@ public class Config extends AutoUpdateConfigLoader {
public long getDatabasePlayerCooldown() { return config.getLong("Commands.Database.Player_Cooldown", 1750); }
public boolean getLevelUpSoundsEnabled() { return config.getBoolean("General.LevelUp_Sounds", true); }
public boolean getRefreshChunksEnabled() { return config.getBoolean("General.Refresh_Chunks", false); }
/* Mob Healthbar */
public MobHealthbarType getMobHealthbarDefault() {