Changed wording again.

This commit is contained in:
Lucas Nicodemus 2011-07-01 03:13:01 -06:00
parent d1849dbe10
commit d62068eacf

View file

@ -323,7 +323,7 @@ namespace TShockAPI
if (args.Parameters.Count < 3)
{
args.Player.SendMessage("Syntax: /user add <ip/user:pass> [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;
}