Removed the HP Regen setting from config since it's useless.

This commit is contained in:
nossr50
2012-02-19 20:22:17 -08:00
parent decdddb9ec
commit 20064f36ef
2 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,6 @@ public class LoadProperties {
locale = readString("General.Locale", "en_us");
enableMotd = readBoolean("General.MOTD.Enabled", true);
enableMySpawn = readBoolean("General.MySpawn.Enabled", true);
enableRegen = readBoolean("General.HP_Regeneration.Enabled", true);
saveInterval = readInteger("General.Save_Interval", 10);
statsTracking = readBoolean("General.Stats_Tracking", true);
eventCallback = readBoolean("General.Event_Callback", true);