Fixes big issue with air alarms (#7714)
This commit is contained in:
@@ -175,6 +175,10 @@ namespace Content.Server.Atmos.Monitor.Systems
|
|||||||
component.CurrentModeUpdater = null;
|
component.CurrentModeUpdater = null;
|
||||||
component.DeviceData.Clear();
|
component.DeviceData.Clear();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
SyncAllDevices(uid);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnClose(EntityUid uid, AirAlarmComponent component, BoundUIClosedEvent args)
|
private void OnClose(EntityUid uid, AirAlarmComponent component, BoundUIClosedEvent args)
|
||||||
|
|||||||
Reference in New Issue
Block a user