This commit is contained in:
Víctor Aguilera Puerto
2020-09-07 17:45:46 +02:00
parent 2aa1486b13
commit 3e87cfa714
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ namespace Content.Shared.Atmos
AtmosDirection.SouthWest => Angle.FromDegrees(225),
AtmosDirection.SouthEast => Angle.FromDegrees(315),
_ => throw new ArgumentOutOfRangeException(nameof(direction)),
_ => throw new ArgumentOutOfRangeException(nameof(direction), $"It was {direction}."),
};
}