diff --git a/shared/make/progressBars.lua b/shared/make/progressBars.lua index c0609b0..15c1b94 100644 --- a/shared/make/progressBars.lua +++ b/shared/make/progressBars.lua @@ -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,