MCore change and disable name change broadcasting per default

This commit is contained in:
Olof Larsson
2014-01-05 11:55:45 +01:00
parent d4c5140c8b
commit b951493ea1
3 changed files with 12 additions and 3 deletions

View File

@ -83,6 +83,12 @@ public class UConf extends Entity<UConf>
public Map<FFlag, Boolean> defaultFactionFlags = FFlag.getDefaultDefaults();
public Map<FPerm, Set<Rel>> defaultFactionPerms = FPerm.getDefaultDefaults();
// -------------------------------------------- //
// MESSAGES
// -------------------------------------------- //
public boolean broadcastNameChange = false;
// -------------------------------------------- //
// POWER
// -------------------------------------------- //