Fully remove 'auth-verify' because it was unclassy

This commit is contained in:
Enerdy 2016-10-15 00:34:32 +01:00
parent 97b6f08523
commit a49a7f35cc

View file

@ -208,7 +208,7 @@ namespace TShockAPI
ChatCommands.Add(cmd); ChatCommands.Add(cmd);
}; };
add(new Command(AuthToken, "auth", "auth-verify") add(new Command(AuthToken, "auth")
{ {
AllowServer = false, AllowServer = false,
HelpText = "Used to authenticate as superadmin when first setting up TShock." HelpText = "Used to authenticate as superadmin when first setting up TShock."