diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index e4b4d5a9..06f8aaca 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 basic SHA1 hashing. To reset a user's password, remove and re-add them."); + args.Player.SendMessage("Note: Passwords are stored with very complicated SHA512 hashing. To reset a user's password, remove and re-add them."); return; }