diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs index a8c5103b49..df0bd23d97 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs @@ -333,8 +333,8 @@ public sealed partial class AtmosphereSystem if (!component.Tiles.TryGetValue(otherIndices, out var adjacent)) { adjacent = new TileAtmosphere(tile.GridIndex, otherIndices, - GetTileMixture(uid, mapUid, args.Tile), - space:IsTileSpace(uid, mapUid, otherIndices, mapGridComp)); + GetTileMixture(null, mapUid, otherIndices), + space:IsTileSpace(null, mapUid, otherIndices, mapGridComp)); } var oppositeDirection = direction.GetOpposite();