Warehouse control not updating counts when storage blocks broken
shadowmage45 opened this issue ยท 0 comments
Warehouse controller block retains counts of items that were spit out when a storage block is broken.
It is probably not receiving an on-broken callback from the storage block and/or the callback is occuring -after- the storage block has ejected its inventory (and thus counts in controller not decremented properly).
Steps to reproduce:
Create warehouse controller w/bounds
place storage block in bounds
add items to storage block manually
break storage block
view that controller still lists resources from the now-broken storage block, but they cannot be removed.