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:
SmArtKar
2024-10-04 01:30:59 +02:00
committed by GitHub
parent ef1445f1dc
commit 2c7c76a53d
2 changed files with 5 additions and 3 deletions
@@ -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