Update 'Controller/CropController.lua'
This commit is contained in:
parent
a20fa8fe1c
commit
7eff094072
@ -43,7 +43,7 @@ function CropController:displayMatrix()
|
|||||||
else
|
else
|
||||||
term.setTextColour(colours.green)
|
term.setTextColour(colours.green)
|
||||||
end
|
end
|
||||||
term.write(self.matrix[i][j])
|
term.write(tostring(self.matrix[i][j]))
|
||||||
else
|
else
|
||||||
term.setTextColour(colours.blue)
|
term.setTextColour(colours.blue)
|
||||||
term.write("W")
|
term.write("W")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user