diff --git a/resource/interface/client/progress.lua b/resource/interface/client/progress.lua index 902161fb2..1cfe0fa29 100644 --- a/resource/interface/client/progress.lua +++ b/resource/interface/client/progress.lua @@ -196,8 +196,6 @@ end function lib.cancelProgress() if not progress then error('No progress bar is active') - elseif not progress.canCancel then - error('Progress bar cannot be cancelled') end progress = false