mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 21:11:57 +00:00
Fixes conveyor belts moving things which shouldn't be moved. - So, whenever an area power update occurs, it tries to re-add everything present overtop to the moving loop. Unfortunately, it made no checks for whether a move loop existed already. Meaning there'd be multiple move loops tied to the object, but only one conveyor component dictating when something should or shouldn't move. By unifying the behavior, hopefully this will stop happening.