Update sPhone.lua
This commit is contained in:
parent
5a629cbe9b
commit
b026169b5a
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ local function kernel()
|
|||
shell.run("/.sPhone/apps/cstwallet")
|
||||
elseif (y > 10 and x > 9) and (y < 14 and x < 15) then
|
||||
shell.run("/.sPhone/apps/gps")
|
||||
elseif (y > 10 and x > 8) and (y < 14 and x < 24) then
|
||||
elseif (y > 10 and x > 17) and (y < 14 and x < 24) then
|
||||
shell.run("/.sPhone/apps/system/info")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue