diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs index 2c9a358755..fbe74cbab7 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs @@ -152,6 +152,7 @@ public sealed class AtmosMonitorSystem : EntitySystem } _deviceNetSystem.QueuePacket(uid, args.SenderAddress, payload); + Alert(uid, component.LastAlarmState); break; } }