More work on trying to fix this.

Changed MOTD to be a bit more convincing to change.
This commit is contained in:
Lucas Nicodemus 2012-01-21 00:10:59 -07:00
parent 5f31937af7
commit c3d37846bd
3 changed files with 7 additions and 8 deletions

View file

@ -72,7 +72,7 @@ namespace TShockAPI
CreateIfNot(RulesPath, "Respect the admins!\nDon't use TNT!");
CreateIfNot(MotdPath,
"This server is running TShock. Type /help for a list of commands.\n%255,000,000%Current map: %map%\nCurrent players: %players%");
"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%");
CreateIfNot(WhitelistPath);
try