Don't reference yourself.

This commit is contained in:
DogooFalchion 2016-10-22 18:55:42 -04:00
parent 6242a54603
commit 998bf71b96

View file

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