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
|
||||
|
||||
login()
|
||||
|
||||
local newVersion = http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/version").readAll()
|
||||
if newVersion ~= sPhone.version then
|
||||
sPhone.newUpdate = true
|
||||
|
@ -562,6 +560,8 @@ local function kernel()
|
|||
sPhone.newUpdate = false
|
||||
end
|
||||
|
||||
login()
|
||||
|
||||
end
|
||||
|
||||
if sPhone then
|
||||
|
|
Loading…
Reference in a new issue