Skip to content

Commit

Permalink
Fix one more linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Sep 30, 2024
1 parent 803f72f commit c97753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/acf_rack/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ do -- Overlay/networking

RackInfo.MountPoints = {}

for _,Point in pairs(Rack.MountPoints) do
for _, Point in pairs(Rack.MountPoints) do
RackInfo.MountPoints[#RackInfo.MountPoints + 1] = {Pos = Point.Position, Ang = Point.Angle, Index = Point.Index}
end

Expand Down

0 comments on commit c97753d

Please sign in to comment.