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