From 8708d55d86bdc6ed6f0912cd3dd7a636cdd0945a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 6 Dec 2017 17:39:09 -0700 Subject: [PATCH] But still use discouragement colors --- TShockAPI/ConfigFile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index e5fa3320..85e340cf 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -80,11 +80,11 @@ namespace TShockAPI /// SuperAdminChatRGB - The chat color for the superadmin group. [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 }; /// SuperAdminChatPrefix - The superadmin chat prefix. [Description("Super admin group chat prefix.")] - public string SuperAdminChatPrefix = "(Admin) "; + public string SuperAdminChatPrefix = "(Super Admin) "; /// SuperAdminChatSuffix - The superadmin chat suffix. [Description("Super admin group chat suffix.")]