From 23164c9d8bbc4d41a9ea464be7f0baad199ca59b Mon Sep 17 00:00:00 2001 From: Hagen Date: Sun, 21 Nov 2021 20:56:59 +0000 Subject: [PATCH] fix: seatbelts not existing on non-excluded vehicles --- util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.lua b/util.lua index c00bd8f..d05a110 100644 --- a/util.lua +++ b/util.lua @@ -84,8 +84,8 @@ function DoesPedVehicleHaveSeatbelt(ped) end end end - return true, false end + return true, false end function Fwv(entity)