Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Mar 27, 2024
2 parents e1a5d73 + 492c822 commit 8c7d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/starfall/libs_sh/acffunctions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ if SERVER then

for Wheel in pairs(GetLinkedWheels(This)) do
Count = Count + 1
Wheels[Count] = Wheel
Wheels[Count] = wrap(Wheel)
end

return Wheels
Expand Down

0 comments on commit 8c7d60e

Please sign in to comment.