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