diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index f31c6c6d..dd1feae6 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -357,7 +357,7 @@ namespace TShockAPI } else { - args.Player.SendMessage("Not Logged in or Invalid syntax! Proper syntax: /register ", Color.Red); + args.Player.SendMessage("Not Logged in or Invalid syntax! Proper syntax: /password ", Color.Red); } } catch (UserManagerException ex)