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; } }