But still use discouragement colors
This commit is contained in:
parent
e91968ca91
commit
8708d55d86
1 changed files with 2 additions and 2 deletions
|
|
@ -80,11 +80,11 @@ namespace TShockAPI
|
|||
|
||||
/// <summary>SuperAdminChatRGB - The chat color for the superadmin group.</summary>
|
||||
[Description("#.#.# = Red/Blue/Green - RGB Colors for the Admin Chat Color. Max value: 255.")]
|
||||
public int[] SuperAdminChatRGB = { 255, 0, 0 };
|
||||
public int[] SuperAdminChatRGB = { 255, 255, 255 };
|
||||
|
||||
/// <summary>SuperAdminChatPrefix - The superadmin chat prefix.</summary>
|
||||
[Description("Super admin group chat prefix.")]
|
||||
public string SuperAdminChatPrefix = "(Admin) ";
|
||||
public string SuperAdminChatPrefix = "(Super Admin) ";
|
||||
|
||||
/// <summary>SuperAdminChatSuffix - The superadmin chat suffix.</summary>
|
||||
[Description("Super admin group chat suffix.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue