Update 'Controller/CropController.lua'

This commit is contained in:
manuel 2023-01-13 10:05:28 +00:00
parent d0679864cf
commit a20fa8fe1c

View File

@ -43,7 +43,6 @@ function CropController:displayMatrix()
else
term.setTextColour(colours.green)
end
term.setTextColour(colours.white)
term.write(self.matrix[i][j])
else
term.setTextColour(colours.blue)