Update 'Controller/wheatController.lua'
This commit is contained in:
parent
6529ea3cc4
commit
9aef0bdabe
@ -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
|
Loading…
x
Reference in New Issue
Block a user