Made disable message for login use specifier
This commit is contained in:
parent
4fa0f888ea
commit
e1e4f41118
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ namespace TShockAPI
|
|||
}
|
||||
else if (TShock.Config.RequireLogin && !args.Player.IsLoggedIn)
|
||||
{
|
||||
args.Player.SendErrorMessage("Please /register or /login to play!");
|
||||
args.Player.SendErrorMessage("Account needed! Please {0}register or {0}login to play!", TShock.Config.CommandSpecifier);
|
||||
}
|
||||
else if (args.Player.IgnoreActionsForClearingTrashCan)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue