mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
fix(loadFramework): call correct function after load
This commit is contained in:
@@ -50,7 +50,7 @@ return function()
|
|||||||
err(result, 0)
|
err(result, 0)
|
||||||
end
|
end
|
||||||
|
|
||||||
success, result = pcall(result)
|
success, result = pcall(success)
|
||||||
|
|
||||||
if not success then err(result) end
|
if not success then err(result) end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user