diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index c04f2b00..f48c23c2 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -4449,7 +4449,7 @@ namespace TShockAPI args.Player.SendSuccessMessage("Your new account has been verified, and the /auth system has been turned off."); args.Player.SendSuccessMessage("You can always use the /user command to manage players. Don't just delete the auth.lck."); - args.Player.SendSuccessMessage("Thank you for using TShock! http://tshock.co/ & http://github.com/TShock/TShock"); + args.Player.SendSuccessMessage("Thank you for using TShock! https://tshock.co/ & https://github.com/TShock/TShock"); FileTools.CreateFile(Path.Combine(TShock.SavePath, "auth.lck")); File.Delete(Path.Combine(TShock.SavePath, "authcode.txt")); TShock.AuthToken = 0;