Fixed being able to put in constructor output

This commit is contained in:
ThePython 2023-03-25 16:27:36 -07:00
parent 3f849edf09
commit 1b9ce3179d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ local function allow_metadata_inventory_put(pos, listname, index, stack, player)
else
return 0
end
elseif listname == "src" or listname == "dst" then
elseif listname == "src" then
return stack:get_count()
elseif listname == "dst" then