From 98c139584e2a9af99e2556ee72695bdc4ec0a695 Mon Sep 17 00:00:00 2001 From: Graham Cantin Date: Wed, 20 Jul 2011 03:08:34 -0700 Subject: [PATCH] Whoops, forgot to update the help string... --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)