From de2a07db6bc88aa8fa4d87042168d8ab7232afaa Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 9 Mar 2015 07:56:27 -0600 Subject: [PATCH] Advertise https websites (this is 2015) --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;