Update sPhone.lua
This commit is contained in:
parent
919452cc56
commit
013cd43d47
1 changed files with 2 additions and 2 deletions
|
@ -553,8 +553,6 @@ local function kernel()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
login()
|
|
||||||
|
|
||||||
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").readAll()
|
||||||
if newVersion ~= sPhone.version then
|
if newVersion ~= sPhone.version then
|
||||||
sPhone.newUpdate = true
|
sPhone.newUpdate = true
|
||||||
|
@ -562,6 +560,8 @@ local function kernel()
|
||||||
sPhone.newUpdate = false
|
sPhone.newUpdate = false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
login()
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if sPhone then
|
if sPhone then
|
||||||
|
|
Loading…
Reference in a new issue