fix: typo

This commit is contained in:
Mycroft
2022-08-07 00:12:54 +01:00
parent e935a9a6b6
commit 136da6cca6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,6 +26,7 @@ local function Progressbar(message,length,Options)
SendNuiMessage(json.encode({
type = "Close"
}))
le = 0
Options.onCancel()
break
end
@@ -46,4 +47,3 @@ local function Progressbar(message,length,Options)
end
exports('Progressbar', Progressbar)
+2 -2
View File
@@ -42,7 +42,7 @@
},
onFinish = function()
--Code here
end, OnCancel = function()
end, onCancel = function()
--Code here
end
})
@@ -59,7 +59,7 @@
},
onFinish = function()
--Code here
end, OnCancel = function()
end, onCancel = function()
--Code here
end
})