Added /broadcast and /bc

Admin chat color and prefix are now optional
This commit is contained in:
Lucas Nicodemus 2011-07-01 03:35:24 -06:00
parent d62068eacf
commit a66d016fcb
4 changed files with 21 additions and 1 deletions

View file

@ -61,5 +61,7 @@ namespace TShockAPI
public bool AutoSave = true;
public int MaximumLoginAttempts = 3;
public bool EnableOptionalAlwaysOnAdminChatColor = true;
}
}