Adds Invalidate method to TileAtmosphere, clean up a bunch of tile invalidations
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Content.Server.Commands.Atmos
|
||||
}
|
||||
|
||||
tile.Air.Temperature = temperature;
|
||||
gam.Invalidate(indices);
|
||||
tile.Invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user