Fix chat over heads.
This commit is contained in:
parent
9e37550610
commit
bb657995f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue