Apply suggestions from code review
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c27ab9bf6a
commit
efcd29bff8
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user