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; } }