Remove a old redundant statement

This commit is contained in:
zontreck 2024-03-28 13:48:55 -07:00
parent c7154880d9
commit d913a4c222

View file

@ -40,5 +40,4 @@ function drawTitle()
term.write("ROBCO INDUSTRIES (TM) TERMLINK PROTOCOL") term.write("ROBCO INDUSTRIES (TM) TERMLINK PROTOCOL")
term.setCursorPos(2, 2) term.setCursorPos(2, 2)
term.write("WELCOME " .. name .. " TO " .. hostname) term.write("WELCOME " .. name .. " TO " .. hostname)
term.setCursorPos(2, 4)
end end