[trunk] adding new setting to send a person to spawn if /home is used with no home set

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1187 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
ementalo 2011-04-14 09:36:25 +00:00
parent b3d6c32b71
commit dd164d2e38
3 changed files with 200 additions and 47 deletions

View file

@ -435,4 +435,9 @@ public class Settings implements IConf
}
return epBreakList;
}
public Boolean spawnIfNoHome()
{
return config.getBoolean("spawn-if-no-home", true);
}
}