From 303b5c8393e1fad157326d0718a5da47cb92df65 Mon Sep 17 00:00:00 2001 From: osjarw Date: Tue, 9 Jul 2024 23:28:28 +0300 Subject: [PATCH] Air alarms check sensors upon power returning --- Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs index c1a5256fdd..2bbd409b8f 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs @@ -151,6 +151,7 @@ public sealed class AtmosMonitorSystem : EntitySystem } _deviceNetSystem.QueuePacket(uid, args.SenderAddress, payload); + Alert(uid, component.LastAlarmState); break; } } -- 2.51.2