Update 'Controller/wheatController.lua'

This commit is contained in:
manuel 2023-01-11 20:30:40 +00:00
parent 23b1baef84
commit b306e5ac85

View File

@ -20,7 +20,7 @@ function toMatrix(str)
str = str:sub(2, len - 1)
len = len - 2
if ob = 1 then
if ob == 1 then
return toArray(str)
else
local level = 0