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; }