Update settings.spk
This commit is contained in:
parent
8f1c94e8a3
commit
c209e17390
1 changed files with 3 additions and 3 deletions
|
@ -412,7 +412,7 @@ while true do\\\
|
||||||
task.kill(temp.get(\\\"homePID\\\"))\\\
|
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/SertexTeam/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\\\
|
||||||
|
@ -437,7 +437,7 @@ end\\\
|
||||||
main = \"settings.lua\",\
|
main = \"settings.lua\",\
|
||||||
version = 1,\
|
version = 1,\
|
||||||
id = \"sphone.settings\",\
|
id = \"sphone.settings\",\
|
||||||
author = \"BeaconNet\",\
|
author = \"Sertex\",\
|
||||||
hidden = true,\
|
hidden = true,\
|
||||||
}",
|
}",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue