qb-management export update

This commit is contained in:
jimathy
2022-04-03 20:51:34 +01:00
committed by GitHub
parent 9d5086e5d5
commit 4dbe600680
2 changed files with 3 additions and 6 deletions

View File

@@ -17,9 +17,6 @@ QBCore.Functions.CreateCallback('jim-payments:ManageWrapper', function(source, c
local result = nil
if type == "GetAccount" then result = exports["qb-management"]:GetAccount(account) end
if type == "GetGangAccount" then result = exports["qb-management"]:GetGangAccount(account) end
print(type.." "..account.." "..result)
cb(result)
end)