Commit chat format fix. >.> Bedtime.

This commit is contained in:
Zidonuke 2011-12-22 23:48:59 -05:00
parent fcd7025050
commit c40d3ac082

View file

@ -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)
{