Remove superadmin customization config options
This commit is contained in:
parent
51154c9bc9
commit
1e68ac22c7
2 changed files with 5 additions and 17 deletions
|
|
@ -340,11 +340,11 @@ namespace TShockAPI
|
|||
public SuperAdminGroup()
|
||||
: base("superadmin")
|
||||
{
|
||||
R = (byte)TShock.Config.SuperAdminChatRGB[0];
|
||||
G = (byte)TShock.Config.SuperAdminChatRGB[1];
|
||||
B = (byte)TShock.Config.SuperAdminChatRGB[2];
|
||||
Prefix = TShock.Config.SuperAdminChatPrefix;
|
||||
Suffix = TShock.Config.SuperAdminChatSuffix;
|
||||
R = (byte)255;
|
||||
G = (byte)255;
|
||||
B = (byte)255;
|
||||
Prefix = "(Super Admin) ";
|
||||
Suffix = "";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue