mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 04:21:42 +00:00
* Fixed signal ports receiving signals when a signal is not actually sent (#59745) It's an oversight that signals are sent when ports are connected between each other. Signal ports should only receive updates when triggered. * Fixed signal ports receiving signals when a signal is not actually sent Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>