mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
ensure migration order
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
local self = ESX.Modules['addonaccount']
|
||||
|
||||
AddEventHandler('esx:migrations:ensure', function(register)
|
||||
register('addonaccount')
|
||||
end)
|
||||
|
||||
AddEventHandler('esx_addonaccount:getAccount', function(name, owner, cb)
|
||||
|
||||
Citizen.CreateThread(function()
|
||||
|
||||
Reference in New Issue
Block a user