Update 'Controller/CropController.lua'

This commit is contained in:
manuel 2023-01-14 10:05:39 +00:00
parent 6b831c18ef
commit 4485896dc0

View File

@ -194,5 +194,5 @@ function CropController:refreshDisplay()
self:displayMatrix(1,3)
term.setTextColour(colours.white)
local matrixHeight = #self.matrix
self:displayStats(1, matrixHeight + 3)
self:displayStats(1, matrixHeight + 4)
end