mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fix turning intercom speakers off (#15435)
This commit is contained in:
@@ -135,10 +135,8 @@
|
||||
uneq_all()
|
||||
|
||||
if(common_radio)
|
||||
if(!is_component_functioning("radio"))
|
||||
common_radio.set_on(FALSE)
|
||||
else
|
||||
common_radio.set_on(TRUE)
|
||||
if(common_radio.is_on() != is_component_functioning("radio"))
|
||||
common_radio.set_on(!common_radio.is_on())
|
||||
|
||||
if(is_component_functioning("camera"))
|
||||
blinded = FALSE
|
||||
|
||||
Reference in New Issue
Block a user