mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
* Fixes minor logging issue with hydroponics trays (#56381) Hydroponics trays have a var, lastuser, that it's supposed to use in logging as the last person who modified a tray's reagents this variable was only set if you transferred reagents to the tray via composting, so it was null 99% of the time. The var is now set when any reagents are transferred and the logging for spawning spiders now uses this var. The var is now a weakref, to prevent hydroponics trays from harddels. "null last modified a tray's contents that spawned spiderlings." Not very helpful to admins, is it. * Fixes minor logging issue with hydroponics trays Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>