mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 01:43:40 +00:00
* Fixes some bespoke elements being passed non-static lists. (#70690) Bespoke keys use references of lists in generation. Non-static lists will create a million instances of the element, not good. * Fixes some bespoke elements being passed non-static lists. Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>