Update settings.lua

This commit is contained in:
Ale2610 2015-08-21 14:37:24 +02:00
parent 1fccadfebe
commit ef1c214cad

View file

@ -174,7 +174,6 @@ local function redraw()
term.setTextColor(colors.black)
end
redraw()
sPhone.winOk("Work In","Progress")
while true do
redraw()
@ -188,4 +187,4 @@ local function redraw()
elseif id == 3 then
changePassword()
end
end
end