mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 06:19:24 +00:00
* Fixes material sniffers not being able to find materials properly (#75354)  stack/init was adding stacks to the global list if they had LESS THAN 10 units, though the sniffer only looks for things >= 10 units. Flipped bracket, gg. add() was also using += instead of |=, which resulted in duplicate entries for the same object in the global list when adding stuff to a stack. 🆑 ShizCalev fix: The materials sniffer now actually works! /🆑 * Fixes material sniffers not being able to find materials properly --------- Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>