Skip to content

Commit

Permalink
Update c_stages.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohhhhh authored Sep 16, 2024
1 parent 4ecf458 commit d2f1374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulc/client/c_stages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ currentStage = 0


-- helpers
function checks()
local function checks()
if not MyVehicle then return end
if not MyVehicleConfig.stages then return end
if not MyVehicleConfig.stages.useStages then return end
Expand Down

0 comments on commit d2f1374

Please sign in to comment.