From faf3a716f533e5784e017ab3bfe475016b965cbc Mon Sep 17 00:00:00 2001 From: Shank Date: Mon, 6 Jun 2011 03:10:47 -0600 Subject: [PATCH] Dunno --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 4fb2faee..5bc75221 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -562,7 +562,7 @@ namespace TShockAPI ConfigurationManager.authToken = r.Next(100000, 10000000); Console.WriteLine("TShock Notice: To become SuperAdmin, join the game and type /auth " + ConfigurationManager.authToken); - Console.WriteLine("This token will only display ONCE."); + Console.WriteLine("This token will only display ONCE. This only works ONCE. If you don't use it and the server goes down, delete auth.lck."); FileTools.CreateFile(FileTools.SaveDir + "auth.lck"); }