Fix chat over heads.

This commit is contained in:
Zack Piispanen 2012-05-27 22:14:15 -04:00
parent 9e37550610
commit bb657995f0

View file

@ -168,7 +168,7 @@ namespace TShockAPI
"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}";
[Description("Change the chat format when using chat above heads. This begins with a player name wrapped in brackets, as per Terraria's formatting. Same formatting as ChatFormat.")] public string ChatAboveHeadsFormat = "{3}:";
[Description("Change the chat format when using chat above heads. This begins with a player name wrapped in brackets, as per Terraria's formatting. Same formatting as ChatFormat.")] public string ChatAboveHeadsFormat = "{2}: {4}";
[Description("Force the world time to be normal, day, or night")] public string ForceTime = "normal";