mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +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
|
||||
return true
|
||||
else
|
||||
print("^1progressBar was not successful")
|
||||
return false
|
||||
end
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user