Serverpassword syntax error gave wrong command
This commit is contained in:
parent
1ab66128ab
commit
51e2cbeb21
1 changed files with 1 additions and 1 deletions
|
|
@ -3600,7 +3600,7 @@ namespace TShockAPI
|
|||
{
|
||||
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;
|
||||
}
|
||||
string passwd = args.Parameters[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue