Apply suggestions from code review

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
Víctor Aguilera Puerto
2020-09-12 19:54:03 +02:00
committed by GitHub
parent c27ab9bf6a
commit efcd29bff8
2 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ namespace Content.Server.GameObjects.Components.Atmos
var newAirBlockedDirs = AtmosDirection.Invalid;
// When we make multiZ atmos, special case this.
// TODO ATMOS MULTIZ When we make multiZ atmos, special case this.
for (int i = 0; i < Atmospherics.Directions; i++)
{
var direction = (AtmosDirection) (1 << i);