update default motd to use %specifier
This commit is contained in:
parent
e0c9f45038
commit
a9e8cd7ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace TShockAPI
|
|||
public class FileTools
|
||||
{
|
||||
private const string MotdFormat =
|
||||
"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";
|
||||
"This is [c/FF0000:%map%] on [c/00FFFF:TShock for Terraria].\n[c/00FF00:Current players:] [c/FFFF00:%players%]\nType [c/FF0000:%specifier%help] for a list of commands.\n";
|
||||
/// <summary>
|
||||
/// Path to the file containing the rules.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue