From c40d3ac082ace19cd11c5cf82158fd0d3965f49c Mon Sep 17 00:00:00 2001 From: Zidonuke Date: Thu, 22 Dec 2011 23:48:59 -0500 Subject: [PATCH] Commit chat format fix. >.> Bedtime. --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {