Skip to content

Commit

Permalink
Fix Linter Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LengthenedGradient committed Apr 7, 2024
1 parent 6908ae6 commit fd07095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd07095

Please sign in to comment.