Serverpassword syntax error gave wrong command

This commit is contained in:
Jordy Moos 2015-07-16 13:11:43 +02:00
parent 1ab66128ab
commit 51e2cbeb21

View file

@ -3600,7 +3600,7 @@ namespace TShockAPI
{ {
if (args.Parameters.Count != 1) if (args.Parameters.Count != 1)
{ {
args.Player.SendErrorMessage("Invalid syntax! Proper syntax: {0}password \"<new password>\"", Specifier); args.Player.SendErrorMessage("Invalid syntax! Proper syntax: {0}serverpassword \"<new password>\"", Specifier);
return; return;
} }
string passwd = args.Parameters[0]; string passwd = args.Parameters[0];