Commit chat format fix. >.> Bedtime.
This commit is contained in:
parent
fcd7025050
commit
c40d3ac082
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue