forked from mtcontrib/claycrafter
return 0 for vessels inv
This commit is contained in:
parent
a51b17ca63
commit
ff87677ae5
|
@ -74,6 +74,8 @@ local function allow_metadata_inventory_put(pos, listname, index, stack, player)
|
|||
return stack:get_count()
|
||||
elseif listname == "dst" then
|
||||
return 0
|
||||
elseif listname == "vessels" then
|
||||
return 0
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user