Update sPhone.lua
This commit is contained in:
parent
5e5e680315
commit
5c3ff04f3c
1 changed files with 1 additions and 1 deletions
|
@ -1371,7 +1371,7 @@ end
|
||||||
sPhone.login = login
|
sPhone.login = login
|
||||||
local showUpdate = config.read("/.sPhone/config/sPhone","showUpdate")
|
local showUpdate = config.read("/.sPhone/config/sPhone","showUpdate")
|
||||||
|
|
||||||
http.request("https://raw.githubusercontent.com/BeaconNet/sPhone/master/src/version")
|
http.request("https://raw.githubusercontent.com/SertexTeam/sPhone/master/src/version")
|
||||||
local newVersion
|
local newVersion
|
||||||
local timeout = os.startTimer(2)
|
local timeout = os.startTimer(2)
|
||||||
while true do
|
while true do
|
||||||
|
|
Loading…
Reference in a new issue