Update sID.lua
This commit is contained in:
parent
38fc67e647
commit
2a28af24dd
1 changed files with 6 additions and 2 deletions
|
@ -120,6 +120,8 @@ while true do
|
|||
_, id = ui.menu(menu, "Sertex ID", true)
|
||||
if id == 1 then
|
||||
fs.delete("/.sPhone/config/.sIDpw")
|
||||
elseif id == 0 then
|
||||
return
|
||||
end
|
||||
else
|
||||
menu = {
|
||||
|
@ -131,6 +133,8 @@ while true do
|
|||
login()
|
||||
elseif id == 2 then
|
||||
register()
|
||||
elseif id == 0 then
|
||||
return
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue