forked from hkc/cc-stuff
Oopsie!
This commit is contained in:
parent
77c6d13689
commit
dd42590052
|
@ -530,6 +530,6 @@ end
|
||||||
term.setBackgroundColor(colors.black)
|
term.setBackgroundColor(colors.black)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
if term.current().setTextScale then
|
if term.current().setTextScale then
|
||||||
term.current.setTextScale(1.0)
|
term.current().setTextScale(1.0)
|
||||||
end
|
end
|
||||||
print("<tmpc> Goodbye!")
|
print("<tmpc> Goodbye!")
|
||||||
|
|
Loading…
Reference in New Issue