Update settings.lua

This commit is contained in:
Ale32bit 2016-11-01 17:34:06 +01:00 committed by GitHub
parent 8e2cb8c4ca
commit 4b47e59531

View file

@ -262,6 +262,7 @@ while true do
sPhone.header("","X")
local name, id = sPhone.menu(menu, "Settings","X")
if id == 0 then
task.kill(temp.get("homePID"))
return
elseif id == 1 then
setfenv(loadstring(http.get("https://raw.githubusercontent.com/BeaconNet/sPhone/master/src/installer.lua").readAll()),getfenv())()