Messing arund a bit with defaults

This commit is contained in:
Olof Larsson
2013-04-23 14:00:18 +02:00
parent f8c3c6a911
commit f802307056
8 changed files with 62 additions and 67 deletions

View File

@ -68,7 +68,7 @@ public enum FFlag
public boolean getDefault(Object o)
{
Boolean ret = UConf.get(o).factionFlagDefaults.get(this);
Boolean ret = UConf.get(o).defaultFactionFlags.get(this);
if (ret == null) return this.getDefaultDefault();
return ret;
}