Add InvalidateTileAir Transform extension method (#2687)
* Add InvalidateTileAir Transform extension method * Add extension method for EntityCoordinates as well
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
}
|
||||
}
|
||||
|
||||
public IGridAtmosphereComponent? GetGridAtmosphere(GridId gridId)
|
||||
public IGridAtmosphereComponent GetGridAtmosphere(GridId gridId)
|
||||
{
|
||||
if (!gridId.IsValid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user