Remove some explosion resolves (#13330)

This commit is contained in:
metalgearsloth
2023-01-05 12:52:38 +11:00
committed by GitHub
parent b450ce4cac
commit 1769807366
2 changed files with 13 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ namespace Content.Server.Atmos.EntitySystems
var gridUid = grid.Owner;
var query = EntityManager.GetEntityQuery<AirtightComponent>();
_explosionSystem.UpdateAirtightMap(gridId, pos, query);
_explosionSystem.UpdateAirtightMap(gridId, pos, grid, query);
// TODO make atmos system use query
_atmosphereSystem.InvalidateTile(gridUid, pos);
}