:3
This commit is contained in:
2
rtmc.lua
2
rtmc.lua
@@ -41,7 +41,7 @@ rawset(__BUNDLER_FILES, "main", function ()
|
|||||||
updaterLoop(upd)
|
updaterLoop(upd)
|
||||||
end,
|
end,
|
||||||
function ()
|
function ()
|
||||||
require(MODULE_NAME)(lib_exports);
|
require(MODULE_NAME).main(lib_exports);
|
||||||
end
|
end
|
||||||
);
|
);
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ local function _start()
|
|||||||
updaterLoop(upd)
|
updaterLoop(upd)
|
||||||
end,
|
end,
|
||||||
function ()
|
function ()
|
||||||
require(MODULE_NAME)(lib_exports);
|
require(MODULE_NAME).main(lib_exports);
|
||||||
end
|
end
|
||||||
);
|
);
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user