Skip to content

Commit

Permalink
Feat(esx): Fix ESX job error
Browse files Browse the repository at this point in the history
fix(server/framework): fix esx get all jobs
  • Loading branch information
FjamZoo authored May 27, 2023
2 parents 82dfe04 + 2edf28e commit 13f7640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/framework.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CreateThread(function()
ExportHandler("qb-management", "RemoveGangMoney", RemoveAccountMoney)
elseif Framework == 'esx'then
ESX = exports['es_extended']:getSharedObject()
ESX.RefreshJobs()
Jobs = ESX.GetJobs()

-- Backwards Compatability
Expand Down

0 comments on commit 13f7640

Please sign in to comment.