mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Fixes BCI messaging and circuit laser pointers (#86978)
## About The Pull Request Closes #86968 Closes #86969 ## Changelog 🆑 fix: Fixed BCIs sending messages twice and circuit laser pointers sometimes failing to work /🆑
This commit is contained in:
@@ -151,6 +151,9 @@
|
||||
))
|
||||
|
||||
/obj/item/circuit_component/bci_core/input_received(datum/port/input/port)
|
||||
if (!COMPONENT_TRIGGERED_BY(send_message_signal, port))
|
||||
return
|
||||
|
||||
var/sent_message = trim(message.value)
|
||||
if (!sent_message)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user