From d62068eacf106d4d50e3679c122a3f8670c2e358 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 1 Jul 2011 03:13:01 -0600 Subject: [PATCH] Changed wording again. --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 06f8aaca..261e2ae8 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -323,7 +323,7 @@ namespace TShockAPI if (args.Parameters.Count < 3) { args.Player.SendMessage("Syntax: /user add [group]"); - args.Player.SendMessage("Note: Passwords are stored with very complicated SHA512 hashing. To reset a user's password, remove and re-add them."); + args.Player.SendMessage("Note: Passwords are stored with SHA512 hashing. To reset a user's password, remove and re-add them."); return; }