Update sPhone.lua
This commit is contained in:
parent
77c60e5a7d
commit
d54f16413c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue