mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Update [core]/es_extended/client/functions.lua
Co-authored-by: Csoki <feketetibi71@gmail.com>
This commit is contained in:
@@ -628,7 +628,7 @@ function ESX.Game.GetVehicleProperties(vehicle)
|
||||
end
|
||||
|
||||
local driftTyresEnabled = false
|
||||
if type(GetDriftTyresEnabled(vehicle) == boolean) and GetDriftTyresEnabled(vehicle) then
|
||||
if type(GetDriftTyresEnabled(vehicle) == "boolean") and GetDriftTyresEnabled(vehicle) then
|
||||
driftTyresEnabled = true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user