diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 02052217..05fbb0df 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -4427,7 +4427,7 @@ namespace TShockAPI if (args.Player.Group.Name == "superadmin") { - args.Player.SendInfoMessage("Please disable the auth system! If you need help, consult the forums. http://tshock.co/"); + args.Player.SendInfoMessage("Please disable the auth system! If you need help, consult the forums. https://tshock.co/"); args.Player.SendInfoMessage("This account is superadmin, please do the following to finish your install:"); args.Player.SendInfoMessage("Please use {0}login to login from now on.", Specifier); args.Player.SendInfoMessage("If you understand, please {0}login now, and type {0}auth-verify.", Specifier); @@ -4449,7 +4449,8 @@ 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! https://tshock.co/ & https://github.com/TShock/TShock"); + args.Player.SendSuccessMessage("Share your server, talk with other admins, and more on our forums -- https://tshock.co/"); + args.Player.SendSuccessMessage("Thank you for using TShock for Terraria!"); FileTools.CreateFile(Path.Combine(TShock.SavePath, "auth.lck")); File.Delete(Path.Combine(TShock.SavePath, "authcode.txt")); TShock.AuthToken = 0; diff --git a/tshock_update.json b/tshock_update.json index 26b4b6d0..d4f333dc 100644 --- a/tshock_update.json +++ b/tshock_update.json @@ -1,4 +1,4 @@ { "version": "9.9.9.9", - "changes": "http://tshock.co/ to get the newest build \nThis version of UpdateManager is out of date." + "changes": "https://tshock.co/ to get the newest build \nThis version of UpdateManager is out of date.\nSince your version, we've released almost 5 new versions.\nAlso, the community is active and fun!" }