Update sPhone.lua
This commit is contained in:
parent
571e3948fd
commit
eed9daedb5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue