Update sPhone.lua

This commit is contained in:
Ale32bit 2015-09-23 14:05:04 +02:00
parent 571e3948fd
commit eed9daedb5

View file

@ -720,7 +720,7 @@ end
end end
end end
local newVersion = http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/version").readAll() local newVersion = http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/version").readLine()
if newVersion ~= sPhone.version then if newVersion ~= sPhone.version then
sPhone.newUpdate = true sPhone.newUpdate = true
else else