Add suggestion

Co-authored-by: Lucas Nicodemus <shank@shanked.me>
This commit is contained in:
Chris 2022-02-22 19:15:58 +10:30 committed by GitHub
parent add6c4cbee
commit 4aa75fe023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -913,7 +913,7 @@ namespace TShockAPI
if (args.Player.TPlayer.talkNPC != -1)
{
args.Player.SendErrorMessage("Please close NPC window for logging out.");
args.Player.SendErrorMessage("Please close NPC windows before logging out.");
return;
}