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