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