Make setup system less confusing to new players

This commit is contained in:
Lucas Nicodemus 2020-05-20 15:36:27 -07:00
parent 5132a83e96
commit f25ed62599
No known key found for this signature in database
GPG key ID: D5ED6EFC1894E3BA
2 changed files with 10 additions and 16 deletions

View file

@ -846,7 +846,7 @@ namespace TShockAPI
if (File.Exists(Path.Combine(SavePath, "setup-code.txt")))
{
Log.ConsoleInfo("A superadmin account has been detected in the user database, but setup-code.txt is still present.");
Log.ConsoleInfo("An account has been detected in the user database, but setup-code.txt is still present.");
Log.ConsoleInfo("TShock will now disable the initial setup system and remove setup-code.txt as it is no longer needed.");
File.Delete(Path.Combine(SavePath, "setup-code.txt"));
}