changes dunno

This commit is contained in:
Víctor Aguilera Puerto
2020-08-30 13:20:08 +02:00
parent 16f0eebf15
commit c137d1bc16
3 changed files with 56 additions and 49 deletions

View File

@@ -35,7 +35,7 @@ namespace Content.Server.GameObjects.Components.Atmos
if (Owner.TryGetComponent(out SnapGridComponent? snapGrid))
{
EntitySystem.Get<AtmosphereSystem>().GetGridAtmosphere(Owner.Transform.GridID)?.Invalidate(snapGrid.Position);
EntitySystem.Get<AtmosphereSystem>().GetGridAtmosphere(Owner.Transform.GridID)?.Revalidate(snapGrid.Position);
}
}
}