From 5df9f33c2e50c8cc45d26f9747b293358c8cf88c Mon Sep 17 00:00:00 2001 From: MCorange Date: Sun, 25 Aug 2024 22:18:45 +0300 Subject: [PATCH] :3 --- rtmc.lua | 1 + src/main.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/rtmc.lua b/rtmc.lua index 0e58148..a881aff 100644 --- a/rtmc.lua +++ b/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 diff --git a/src/main.lua b/src/main.lua index f147816..ba7d3a1 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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