Fix swapping class items into other invs (#670)
* Fix bug with team/loot chest swapping * Fix furnace swapping
This commit is contained in:
parent
cb51d78a27
commit
b24d1b3097
3 changed files with 20 additions and 4 deletions
|
@ -219,7 +219,7 @@ for _, chest_color in pairs(colors) do
|
|||
|
||||
if not ctf_map.is_item_allowed_in_team_chest(listname, swapped_item, player) then
|
||||
chestinv:remove_item(listname, swapped_item)
|
||||
player:get_inventory():add_item(listname, swapped_item)
|
||||
player:get_inventory():add_item("main", swapped_item)
|
||||
end
|
||||
|
||||
minetest.log("action", player:get_player_name() ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue