#539 new config . remove-god-on-discon if people discon with godmode on it will be turned off on quit.

This commit is contained in:
ementalo 2011-07-07 21:37:55 +01:00
parent 71c11d05fd
commit da8d5454d4
3 changed files with 153 additions and 139 deletions

View file

@ -390,4 +390,10 @@ public class Settings implements IConf
{
return config.getBoolean("economy-log-enabled", false);
}
boolean removeGodOnDiscon()
{
return config.getBoolean("remove-god-on-discon", false);
}
}