From b444c0bbbebd6232ef96d6e27546cf796dc1dcb3 Mon Sep 17 00:00:00 2001 From: vulppine Date: Thu, 18 Aug 2022 07:26:01 -0700 Subject: [PATCH] whoops, forgot to actually sync monitor data in --- Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs index b99e2f040b..fffb45f0a5 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs @@ -231,7 +231,7 @@ namespace Content.Server.Atmos.Monitor.Systems gases.Add(gas, component.TileGas.GetMoles(gas)); } - payload.Add(AtmosMonitorAtmosData, new AtmosSensorData( + payload.Add(AirAlarmSystem.AirAlarmSyncData, new AtmosSensorData( component.TileGas.Pressure, component.TileGas.Temperature, component.TileGas.TotalMoles,