Fully remove 'auth-verify' because it was unclassy
This commit is contained in:
parent
97b6f08523
commit
a49a7f35cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue