Change default motd format to use new colors

Since we just removed the old color format, we probably shouldn't ship
the old motd that still uses legacy colors to people.
This commit is contained in:
Lucas Nicodemus 2017-12-31 01:41:16 -07:00
parent df4da817b6
commit 2846ad915f

View file

@ -26,7 +26,7 @@ namespace TShockAPI
public class FileTools
{
private const string MotdFormat =
"This server is running TShock for Terraria.\n Type /help for a list of commands.\n%255,000,000%Current map: %map%\nCurrent players: %players%";
"This is [c/FF0000:%map%] on [c/00FFFF:TShock for Terraria].\n[c/00FF00:Current players:] [c/FFFF00:%players%]\nType [c/FF0000:/help] for a list of commands.\n";
/// <summary>
/// Path to the file containing the rules.
/// </summary>