Update settings.lua
This commit is contained in:
parent
8e2cb8c4ca
commit
4b47e59531
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ while true do
|
||||||
sPhone.header("","X")
|
sPhone.header("","X")
|
||||||
local name, id = sPhone.menu(menu, "Settings","X")
|
local name, id = sPhone.menu(menu, "Settings","X")
|
||||||
if id == 0 then
|
if id == 0 then
|
||||||
|
task.kill(temp.get("homePID"))
|
||||||
return
|
return
|
||||||
elseif id == 1 then
|
elseif id == 1 then
|
||||||
setfenv(loadstring(http.get("https://raw.githubusercontent.com/BeaconNet/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
setfenv(loadstring(http.get("https://raw.githubusercontent.com/BeaconNet/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
||||||
|
|
Loading…
Reference in a new issue