We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0349709 commit 7e77fd2Copy full SHA for 7e77fd2
1 file changed
main.lua
@@ -399,7 +399,7 @@ local function Make_Menu(settings)
399
400
end
401
402
-function main.Initialize(settings)
+main.Initialize = function(settings)
403
if settings.Paste_ID == nil then error("BloxyBin error. PasteID not set. Please set a Paste ID") return end
404
405
if typeof(settings.Paste_ID) == "number" then
0 commit comments