From 8b1c322ac8ff906324809e91af664f0b67d5cce5 Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Sat, 29 Aug 2015 15:59:22 +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 a7f2f8a..77ecb62 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -316,7 +316,7 @@ local function kernel() print("Type \"exit\" to close the shell") shell.run("/rom/programs/shell") elseif (y > 2 and x > 10) and (y < 7 and x < 16) then - shell.run("/.sPhone/apps/system/SertexID") + shell.run("/.sPhone/apps/system/sID") elseif (y > 2 and x > 18) and (y < 6 and x < 25) then login() elseif (y > 6 and x > 1) and (y < 10 and x < 9) then