From 4949410cfaec31a51daced7c736bcd7c59e0b620 Mon Sep 17 00:00:00 2001 From: stacey <57187883+moisterrific@users.noreply.github.com> Date: Sat, 13 Jun 2020 13:26:34 -0400 Subject: [PATCH] minor grammar update --- TShockAPI/Handlers/NetModules/PylonHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Handlers/NetModules/PylonHandler.cs b/TShockAPI/Handlers/NetModules/PylonHandler.cs index 75ca0c1d..7cbe054b 100644 --- a/TShockAPI/Handlers/NetModules/PylonHandler.cs +++ b/TShockAPI/Handlers/NetModules/PylonHandler.cs @@ -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; } }