Whoops, forgot to update the help string...

This commit is contained in:
Graham Cantin 2011-07-20 03:08:34 -07:00
parent fa57f79929
commit 98c139584e

View file

@ -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)