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."