From fd070959c2f9e7e107a09110a00827cbccd5a92b Mon Sep 17 00:00:00 2001 From: LengthenedGradient <109800352+LengthenedGradient@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:53:14 -0400 Subject: [PATCH] Fix Linter Typo --- lua/entities/gmod_wire_expression2/core/custom/acffunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/entities/gmod_wire_expression2/core/custom/acffunctions.lua b/lua/entities/gmod_wire_expression2/core/custom/acffunctions.lua index 6ee0650b2..d524aafb8 100644 --- a/lua/entities/gmod_wire_expression2/core/custom/acffunctions.lua +++ b/lua/entities/gmod_wire_expression2/core/custom/acffunctions.lua @@ -58,7 +58,7 @@ local function GetLinkedWheels(Target) for Name, Action in pairs(Sources) do -- For all source types for Entity in pairs(Action(Current)) do -- For all entities of this source type - if not (Checked[Entity] or Queued[Entity]) then + if not (Checked[Entity] or Queued[Entity]) then if Name == "Wheels" then Checked[Entity] = true Linked[Entity] = true