Whoops, forgot to update the help string...
This commit is contained in:
parent
fa57f79929
commit
98c139584e
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
args.Player.SendMessage("Not Logged in or Invalid syntax! Proper syntax: /register <username> <password>", Color.Red);
|
args.Player.SendMessage("Not Logged in or Invalid syntax! Proper syntax: /password <oldpassword> <newpassword>", Color.Red);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (UserManagerException ex)
|
catch (UserManagerException ex)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue