Update sPhone.lua

This commit is contained in:
Ale2610 2015-08-21 15:48:05 +02:00
parent 5a629cbe9b
commit b026169b5a

View file

@ -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