Merge branch 'v3'

This commit is contained in:
Luke
2023-02-17 15:54:20 +01:00
86 changed files with 3629 additions and 4077 deletions

View File

@@ -198,8 +198,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