:3
This commit is contained in:
@@ -13,7 +13,6 @@ end
|
||||
local function _start()
|
||||
local upd = updater.new();
|
||||
upd:addEntry(MODULE_PATH, "keypad", MODULE_URL);
|
||||
|
||||
parallel.waitForAny(function() updaterLoop(upd) end, require(MODULE_PATH))
|
||||
end
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ function updater:addEntry(path, branch, url)
|
||||
branch = branch,
|
||||
url = url
|
||||
};
|
||||
self:update(path, url);
|
||||
end
|
||||
|
||||
function updater:checkAndUpdateAll()
|
||||
|
||||
Reference in New Issue
Block a user