ZenonSeth / logistica

A Minetest item transport and storage mod
Other
1 stars 4 forks source link

Fix to allow 'swapping' items from access point by delaying take from network until on_take #11

Closed ZenonSeth closed 5 months ago

ZenonSeth commented 5 months ago

In response to bug reported on ContentDB

To reproduce:

Bug was that this caused items to be erased.

After fix, there should be no longer erased items - it does not duplicate or erase items, though the behaviour is weird due to minetest swapping mechanics.