Update settings.lua
This commit is contained in:
parent
68fade6de3
commit
cfaeedc3e5
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ while true do
|
||||||
if id == 0 then
|
if id == 0 then
|
||||||
return
|
return
|
||||||
elseif id == 1 then
|
elseif id == 1 then
|
||||||
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
setfenv(loadstring(http.get("https://raw.githubusercontent.com/BeaconNet/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
||||||
elseif id == 2 then
|
elseif id == 2 then
|
||||||
editTheme()
|
editTheme()
|
||||||
elseif id == 3 then
|
elseif id == 3 then
|
||||||
|
|
Loading…
Reference in a new issue