From d54f16413c1753fed33fb9d675244e9a30a1dbd5 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Fri, 13 Nov 2015 23:24:31 +0100 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 df51025..6ac9e42 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -675,7 +675,7 @@ end end function login() - if fs.exists("/.sPhone/.password") then + if fs.exists("/.sPhone/config/.password") then while true do term.clear() term.setCursorPos(1,1)