This commit is contained in:
2024-08-25 22:00:12 +03:00
parent 68422b9343
commit 28ceac8643
3 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ function mod.InitUi()
end
local status, err = pcall(function ()
parallel.waitForAll(basalt.autoUpdate, updater.UpdateChecker)
parallel.waitForAll(basalt.autoUpdate)
end)
if not status and err ~= "Terminated" then