>:3
This commit is contained in:
parent
2669ea4498
commit
cdda1ae058
|
@ -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.")
|
||||||
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
print("Bad file download (core)")
|
print("Bad file download (core)")
|
||||||
|
|
|
@ -30,6 +30,7 @@ local function checkForUpdate()
|
||||||
os.reboot()
|
os.reboot()
|
||||||
else
|
else
|
||||||
print("Nothing changed, not updating.")
|
print("Nothing changed, not updating.")
|
||||||
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user