1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-26 06:09:15 +02:00

Settings Cleanup.

This commit is contained in:
KHobbits
2011-11-29 16:16:45 +00:00
parent 414d6b79e9
commit cdbae1631d
4 changed files with 5 additions and 8 deletions

View File

@@ -243,12 +243,6 @@ public class Settings implements ISettings
return ChatColor.getByCode(Integer.parseInt(colorName, 16));
}
@Override
public boolean getReclaimSetting()
{
return config.getBoolean("reclaim-onlogout", false);
}
@Override
public int getSpawnMobLimit()
{