return 0 for vessels inv

This commit is contained in:
Dragonop 2016-01-22 05:01:47 -03:00
parent a51b17ca63
commit ff87677ae5
1 changed files with 2 additions and 0 deletions

View File

@ -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