Update 'Controller/wheatController.lua'

This commit is contained in:
manuel 2023-01-11 18:56:27 +00:00
parent 6529ea3cc4
commit 9aef0bdabe

View File

@ -26,5 +26,8 @@ function toArray(str)
len = str:len()
comma = str:find(",")
end
if(str ~= "") then
arr[#arr+1] = str
end
return arr
end