update base pack
This commit is contained in:
@@ -2,7 +2,9 @@ function inventory_share_func(invid, slotid)
|
||||
local blockinv = hud.get_block_inventory()
|
||||
if blockinv ~= 0 then
|
||||
inventory.move(invid, slotid, blockinv)
|
||||
else
|
||||
elseif rules.get("allow-content-access") then
|
||||
inventory.set(invid, slotid, 0, 0)
|
||||
else
|
||||
inventory.move(invid, slotid, invid)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user