Skip to content

Commit

Permalink
refactor: zoo style baybay
Browse files Browse the repository at this point in the history
Co-authored-by: Zoo <34508112+FjamZoo@users.noreply.github.com>
  • Loading branch information
solareon and FjamZoo committed Mar 13, 2024
1 parent 4c3d9eb commit acf6238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ if isServer then
SetPedIntoVehicle(ped, veh, -1)
end

Entity(veh).state:set('setVehicleProperties', props, true)
Entity(veh).state:set('initVehicle', true, true)
Entity(veh).state:set('setVehicleProperties', props, true)
local netId = NetworkGetNetworkIdFromEntity(veh)

return netId, veh
Expand Down

0 comments on commit acf6238

Please sign in to comment.