Fixed error message in radar's ping script for CC
This commit is contained in:
parent
9c61ec69f2
commit
ecfc535b7f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue