Update sPhone.lua

This commit is contained in:
Ale32bit 2015-12-24 16:25:13 +01:00
parent 80754b5984
commit d98b125556

View file

@ -763,13 +763,10 @@ end
sPhone.lock = login
sPhone.login = login
if not sPhone.devMode then
local newVersion = http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/version").readLine()
else
local newVersion = "DEV MODE"
end
if newVersion ~= sPhone.version and not sPhone.devMode then
local newVersion = http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/version").readLine()
if newVersion ~= sPhone.version then
sPhone.newUpdate = true
else
sPhone.newUpdate = false