mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 12:22:22 +01:00
Update layout to prevent duplication (#54)
This commit is contained in:
parent
6726897413
commit
b3d01a714c
@ -79,6 +79,7 @@ local function eject_items(pos, node, player, eject_even_without_pipeworks, layo
|
|||||||
source_node = node_image
|
source_node = node_image
|
||||||
source_index = index
|
source_index = index
|
||||||
source_stack = item_stack
|
source_stack = item_stack
|
||||||
|
node_image.meta.inventory.main[index] = nil
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user