Fixed error message in radar's ping script for CC

This commit is contained in:
LemADEC 2015-08-23 23:48:50 +02:00
parent 9c61ec69f2
commit ecfc535b7f

View file

@ -6,7 +6,7 @@ end
function error(message)
term.setBackgroundColor(colors.red)
term.setTextColor(colors.white)
term.write("No radar detected")
term.write(message)
term.setBackgroundColor(colors.black)
term.setTextColor(colors.white)
print()