forked from space-syndicate/space-station-14
Fix atmos NaN error (#26441)
* Fix atmos NAN error * Remove redundant yaml entries
This commit is contained in:
@@ -272,7 +272,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
tile.Air = new GasMixture(volume){Temperature = Atmospherics.T20C};
|
||||
|
||||
if (data.FixVacuum)
|
||||
GridFixTileVacuum(ent, tile, volume);
|
||||
GridFixTileVacuum(tile);
|
||||
}
|
||||
|
||||
private void QueueRunTiles(
|
||||
|
||||
Reference in New Issue
Block a user