Fixed /login error message.
This commit is contained in:
parent
251456c800
commit
8a7bdf6697
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
args.Player.SendErrorMessage(String.Format("Syntax: /login{0} <password>", TShock.Config.AllowLoginAnyUsername ? " " : " [username]"));
|
args.Player.SendErrorMessage(String.Format("Syntax: /login{0} <password>", TShock.Config.AllowLoginAnyUsername ? " [username]" : " "));
|
||||||
args.Player.SendErrorMessage("If you forgot your password, there is no way to recover it.");
|
args.Player.SendErrorMessage("If you forgot your password, there is no way to recover it.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue