From e7f017297c460310ddfc1b0d19bfc3717aa5ba7a Mon Sep 17 00:00:00 2001 From: MCorange Date: Sun, 18 Aug 2024 04:52:11 +0300 Subject: [PATCH] :3 --- keypadOS.lua | 2 +- src/ui.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keypadOS.lua b/keypadOS.lua index ad565f7..2d98c8d 100644 --- a/keypadOS.lua +++ b/keypadOS.lua @@ -172,7 +172,7 @@ rawset(__BUNDLER_FILES, "ui.lua", function () end end local status, err = pcall(function () - parallel.waitForAll(basalt.autoUpdate, updater.updateChecker) + parallel.waitForAll(basalt.autoUpdate, updater.UpdateChecker) end) if not status then print("Error detected: " .. err) diff --git a/src/ui.lua b/src/ui.lua index 8f761e0..420abdc 100644 --- a/src/ui.lua +++ b/src/ui.lua @@ -110,7 +110,7 @@ function mod.InitUi() end local status, err = pcall(function () - parallel.waitForAll(basalt.autoUpdate, updater.updateChecker) + parallel.waitForAll(basalt.autoUpdate, updater.UpdateChecker) end) if not status then