Skip to content

Commit 7e77fd2

Browse files
Update main.lua
1 parent 0349709 commit 7e77fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ local function Make_Menu(settings)
399399

400400
end
401401

402-
function main.Initialize(settings)
402+
main.Initialize = function(settings)
403403
if settings.Paste_ID == nil then error("BloxyBin error. PasteID not set. Please set a Paste ID") return end
404404

405405
if typeof(settings.Paste_ID) == "number" then

0 commit comments

Comments
 (0)