updated chatformat to include groupname

This commit is contained in:
darkunderdog 2011-12-22 20:44:49 -06:00
parent e0094ae642
commit 636ddb2aba
2 changed files with 3 additions and 3 deletions

View file

@ -183,8 +183,8 @@ namespace TShockAPI
[Description("Disables snow ball projectiles from spawning")] //Change this to stop the tile from spawning
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}";
[Description("Change ingame chat format, {0} = Group Name, {1} = Group Prefix, {2} = Player Name, {3} = Group Suffix, {4} = Chat Message")]
public string ChatFormat = "{1}{2}{3} {4}";
public static ConfigFile Read(string path)
{