minor grammar update

This commit is contained in:
stacey 2020-06-13 13:26:34 -04:00 committed by GitHub
parent b831832fed
commit 4949410cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ namespace TShockAPI.Handlers.NetModules
if (!player.HasPermission(Permissions.pylon))
{
rejectPacket = true;
player.SendErrorMessage("You do not have permission to teleport with pylons.");
player.SendErrorMessage("You do not have permission to teleport using pylons.");
return;
}
}