Merge branch 'general-devel' into hook-init
This commit is contained in:
commit
97f9de2e4e
2 changed files with 2 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