git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1041 e251c2fe-e539-e718-e476-b85c1f46cddb

This commit is contained in:
Zenexer 2011-03-30 16:57:05 +00:00
parent 825ad4edfc
commit 5125181967
2 changed files with 0 additions and 33 deletions

View file

@ -151,11 +151,6 @@ public class Settings implements IConf
return ChatColor.getByCode(Integer.parseInt(colorName, 16));
}
public boolean getReclaimSetting()
{
return config.getBoolean("reclaim-onlogout", true);
}
public String getNetherName()
{
return config.getString("nether.folder", "nether");