mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 02:21:44 +00:00
* Bit of reference handling for custom food holders (#81195) ## About The Pull Request `ingredients` seems to hold a reference to all the food in our atom's contents that are used to make up our custom food, but it doesn't clear it anywhere. So I implemented `Exited`, as well as cutting the list on component `Destroy`. * Bit of reference handling for custom food holders --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>