Fixed being able to put in constructor output
This commit is contained in:
parent
3f849edf09
commit
1b9ce3179d
|
@ -117,7 +117,7 @@ local function allow_metadata_inventory_put(pos, listname, index, stack, player)
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
elseif listname == "src" or listname == "dst" then
|
elseif listname == "src" then
|
||||||
return stack:get_count()
|
return stack:get_count()
|
||||||
|
|
||||||
elseif listname == "dst" then
|
elseif listname == "dst" then
|
||||||
|
|
Loading…
Reference in New Issue