diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 12d477e2..20fc0bdf 100755 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -86,7 +86,7 @@ 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 float[] SuperAdminChatRGB = { 255, 0, 0 }; + public int[] SuperAdminChatRGB = { 255, 0, 0 }; /// SuperAdminChatPrefix - The superadmin chat prefix. [Description("Super admin group chat prefix")] @@ -359,7 +359,7 @@ namespace TShockAPI public bool PreventInvalidPlaceStyle = true; [Description("#.#.#. = Red/Blue/Green - RGB Colors for broadcasts. Max value: 255.")] - public float[] BroadcastRGB = { 127, 255, 212 }; + public int[] BroadcastRGB = { 127, 255, 212 }; // TODO: Get rid of this when the old REST permission model is removed. [Description(