mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
Make ox_lib progressbars actually return false
I think this was causing progressbars to return true instead of `nil/false` somehow this *should* make it more certain
This commit is contained in:
@@ -52,7 +52,7 @@ local progressFunc = {
|
|||||||
if exports[OXLibExport]:progressBar(options) then
|
if exports[OXLibExport]:progressBar(options) then
|
||||||
return true
|
return true
|
||||||
else
|
else
|
||||||
print("^1progressBar was not successful")
|
return false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user