Update 'Controller/wheatController.lua'

This commit is contained in:
manuel 2023-01-11 20:34:16 +00:00
parent b306e5ac85
commit f21fd53133

View File

@ -38,6 +38,7 @@ function toMatrix(str)
end
end
end
matrix[#matrix+1] = toMatrix(str:sub(lastC + 1, len))
return matrix
end