diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 35dd0ca6..8275bb3a 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -184,7 +184,7 @@ namespace TShockAPI public bool DisableSnowBalls = false; [Description("Change ingame chat format, {0} = Group Prefix, {1} = Player Name, {2} = Group Suffix, {3} = Chat Message")] - public string ChatFormat = "{0}{1}{2} {3}"; + public string ChatFormat = "{0}{1}{2}: {3}"; public static ConfigFile Read(string path) {