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