diff --git a/Content.Server/Maps/PlanetCommand.cs b/Content.Server/Maps/PlanetCommand.cs index e5c249722b..d94a766303 100644 --- a/Content.Server/Maps/PlanetCommand.cs +++ b/Content.Server/Maps/PlanetCommand.cs @@ -62,7 +62,7 @@ public sealed class PlanetCommand : IConsoleCommand var atmos = _entManager.EnsureComponent(mapUid); atmos.Space = false; - var moles = new float[Atmospherics.TotalNumberOfGases]; + var moles = new float[Atmospherics.AdjustedNumberOfGases]; moles[(int) Gas.Oxygen] = 21.824779f; moles[(int) Gas.Nitrogen] = 82.10312f;