From b026169b5a454db74620504b683bba0afe9ceeb6 Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Fri, 21 Aug 2015 15:48:05 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 99a8c6f..56cadfe 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -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