Update settings.lua
This commit is contained in:
parent
1fccadfebe
commit
ef1c214cad
1 changed files with 1 additions and 2 deletions
|
@ -174,7 +174,6 @@ local function redraw()
|
||||||
term.setTextColor(colors.black)
|
term.setTextColor(colors.black)
|
||||||
end
|
end
|
||||||
redraw()
|
redraw()
|
||||||
sPhone.winOk("Work In","Progress")
|
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
redraw()
|
redraw()
|
||||||
|
@ -188,4 +187,4 @@ local function redraw()
|
||||||
elseif id == 3 then
|
elseif id == 3 then
|
||||||
changePassword()
|
changePassword()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue