From a49a7f35cca098fa080aadf780ed3fd7dc9cd093 Mon Sep 17 00:00:00 2001 From: Enerdy Date: Sat, 15 Oct 2016 00:34:32 +0100 Subject: [PATCH] Fully remove 'auth-verify' because it was unclassy --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index db3ff9ab..48f5a194 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -208,7 +208,7 @@ namespace TShockAPI ChatCommands.Add(cmd); }; - add(new Command(AuthToken, "auth", "auth-verify") + add(new Command(AuthToken, "auth") { AllowServer = false, HelpText = "Used to authenticate as superadmin when first setting up TShock."