Update references to MOTD to point to the variable, instead of having magic strings.
This commit is contained in:
parent
8f7b8db2a1
commit
6242a54603
4 changed files with 5 additions and 5 deletions
|
|
@ -4806,7 +4806,7 @@ namespace TShockAPI
|
|||
|
||||
private static void Motd(CommandArgs args)
|
||||
{
|
||||
TShock.Utils.ShowFileToUser(args.Player, "motd.txt");
|
||||
TShock.Utils.ShowFileToUser(args.Player, FileTools.MotdPath);
|
||||
}
|
||||
|
||||
private static void Rules(CommandArgs args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue