:3
This commit is contained in:
@@ -36,6 +36,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function ()
|
|||||||
os.reboot()
|
os.reboot()
|
||||||
else
|
else
|
||||||
print("Nothing changed, not updating.")
|
print("Nothing changed, not updating.")
|
||||||
|
LAST_USED = os.time()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ local function checkForUpdate()
|
|||||||
os.reboot()
|
os.reboot()
|
||||||
else
|
else
|
||||||
print("Nothing changed, not updating.")
|
print("Nothing changed, not updating.")
|
||||||
|
LAST_USED = os.time()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user