M  init.lua
This commit is contained in:
HybridDog 2016-07-22 21:51:44 +02:00
parent c075d386a7
commit 40c8d1d6e3
1 changed files with 2 additions and 2 deletions

View File

@ -1127,9 +1127,9 @@ local function get_grow(name)
local func
if is[1] then
function func(pos)
function func(pos, node)
for i = 1,#is do
is[i](pos)
is[i](pos, node)
end
end
else