Skip to content

Commit

Permalink
fix: seatbelts not existing on non-excluded vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGriefs committed Nov 21, 2021
1 parent fa43c34 commit 23164c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ function DoesPedVehicleHaveSeatbelt(ped)
end
end
end
return true, false
end
return true, false
end

function Fwv(entity)
Expand Down

1 comment on commit 23164c9

@MrGriefs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return true, false statement was mistakenly placed in the wrong scope.

Please sign in to comment.