From 998bf71b96e14a5bb420cf8fd37f03a5502ec046 Mon Sep 17 00:00:00 2001 From: DogooFalchion Date: Sat, 22 Oct 2016 18:55:42 -0400 Subject: [PATCH] Don't reference yourself. --- TShockAPI/FileTools.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/FileTools.cs b/TShockAPI/FileTools.cs index 159f6a71..a85c269f 100644 --- a/TShockAPI/FileTools.cs +++ b/TShockAPI/FileTools.cs @@ -40,7 +40,7 @@ namespace TShockAPI /// internal static string MotdPath { - get { return Path.Combine(TShock.SavePath, FileTools.MotdPath); } + get { return Path.Combine(TShock.SavePath, "motd.txt"); } } ///