:3
This commit is contained in:
parent
dc1a26cd4e
commit
5df9f33c2e
1
rtmc.lua
1
rtmc.lua
|
@ -15,6 +15,7 @@ rawset(__BUNDLER_FILES, "main.lua", function ()
|
|||
local MODULE_URL = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/keypad/keypadOS.lua";
|
||||
local function updaterLoop(upd)
|
||||
while true do
|
||||
sleep(1)
|
||||
upd:checkAndUpdateAll();
|
||||
end
|
||||
end
|
||||
|
|
|
@ -6,6 +6,7 @@ local MODULE_URL = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/keypad/k
|
|||
--- @param upd Updater
|
||||
local function updaterLoop(upd)
|
||||
while true do
|
||||
sleep(1)
|
||||
upd:checkAndUpdateAll();
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user