: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 MODULE_URL = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/keypad/keypadOS.lua";
|
||||||
local function updaterLoop(upd)
|
local function updaterLoop(upd)
|
||||||
while true do
|
while true do
|
||||||
|
sleep(1)
|
||||||
upd:checkAndUpdateAll();
|
upd:checkAndUpdateAll();
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -6,6 +6,7 @@ local MODULE_URL = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/keypad/k
|
||||||
--- @param upd Updater
|
--- @param upd Updater
|
||||||
local function updaterLoop(upd)
|
local function updaterLoop(upd)
|
||||||
while true do
|
while true do
|
||||||
|
sleep(1)
|
||||||
upd:checkAndUpdateAll();
|
upd:checkAndUpdateAll();
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user