Make UUID login help more descriptive

Co-authored-by: Lucas Nicodemus <shank@shanked.me>
This commit is contained in:
stacey 2021-07-25 15:45:43 -04:00 committed by GitHub
parent ec4b21e78d
commit 838c03ce3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -998,7 +998,7 @@ namespace TShockAPI
args.Player.SendSuccessMessage("Your password is {0}.", echoPassword);
if (!TShock.Config.Settings.DisableUUIDLogin)
args.Player.SendMessage($"Type {Specifier}login to sign in to your account.", Color.White);
args.Player.SendMessage($"Type {Specifier}login to sign in to your account using your UUID.", Color.White);
if (TShock.Config.Settings.AllowLoginAnyUsername)
args.Player.SendMessage($"Type {Specifier}login \"{account.Name.Color(Utils.GreenHighlight)}\" {echoPassword.Color(Utils.BoldHighlight)} to sign in to your account.", Color.White);