Fix crash caused by bag swapping
This commit is contained in:
parent
5cff869c27
commit
77c3de08ce
2
bags.lua
2
bags.lua
@ -200,6 +200,8 @@ minetest.register_on_joinplayer(function(player)
|
|||||||
end
|
end
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
-- New bag is smaller: Disallow inserting
|
||||||
|
return 0
|
||||||
end,
|
end,
|
||||||
allow_take = function(inv, listname, index, stack, player)
|
allow_take = function(inv, listname, index, stack, player)
|
||||||
if player:get_inventory():is_empty(listname.."contents") then
|
if player:get_inventory():is_empty(listname.."contents") then
|
||||||
|
Loading…
Reference in New Issue
Block a user