From 162d90126d77f8065b08dc67f30d75c627fa72dd Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Sun, 27 May 2012 22:16:10 -0400 Subject: [PATCH] Decision: Only display the text by default --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 70e2af0a..69c78720 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -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 = "{2}: {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 = "{4}"; [Description("Force the world time to be normal, day, or night")] public string ForceTime = "normal";