Merge branch 'general-devel' into hook-init

This commit is contained in:
Chris 2017-12-21 13:18:18 +10:30 committed by GitHub
commit 97f9de2e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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)
{