Update references to MOTD to point to the variable, instead of having magic strings.

This commit is contained in:
DogooFalchion 2016-10-22 17:37:00 -04:00
parent 8f7b8db2a1
commit 6242a54603
4 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ namespace TShockAPI
/// </summary>
internal static string MotdPath
{
get { return Path.Combine(TShock.SavePath, "motd.txt"); }
get { return Path.Combine(TShock.SavePath, FileTools.MotdPath); }
}
/// <summary>