Skip to content

Commit

Permalink
Merge pull request esx-framework#955 from TheFantomas/dev
Browse files Browse the repository at this point in the history
fix(es_extended/server/functions.lua): Added model argument to callback
  • Loading branch information
TheFantomas authored Mar 20, 2023
2 parents 16fb845 + 16bb15a commit 0b2e7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/server/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function ESX.GetVehicleType(model, player, cb)
ESX.TriggerClientCallback(player, "esx:GetVehicleType", function(vehicleType)
Core.vehicleTypesByModel[model] = vehicleType
cb(vehicleType)
end)
end, model)
end

function ESX.DiscordLog(name, title, color, message)
Expand Down

0 comments on commit 0b2e7a3

Please sign in to comment.