Fix that one missing message & Update CHANGELOG.md

This commit is contained in:
Enerdy 2016-10-15 00:39:13 +01:00
parent a49a7f35cc
commit dcaae17ffe
2 changed files with 3 additions and 1 deletions

View file

@ -814,7 +814,7 @@ namespace TShockAPI
AuthToken = r.Next(100000, 10000000);
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("TShock Notice: To become SuperAdmin, join the game and type {0}auth {1}", Commands.Specifier, AuthToken);
Console.WriteLine("This token will display until disabled by verification. ({0}auth-verify)", Commands.Specifier);
Console.WriteLine("This token will display until disabled by verification. ({0}auth)", Commands.Specifier);
Console.ResetColor();
File.WriteAllText(Path.Combine(SavePath, "authcode.txt"), AuthToken.ToString());
}