diff --git a/Content.Shared/_Mono/Radar/RadarMessages.cs b/Content.Shared/_Mono/Radar/RadarMessages.cs index 3272a1624e..ee52beae62 100644 --- a/Content.Shared/_Mono/Radar/RadarMessages.cs +++ b/Content.Shared/_Mono/Radar/RadarMessages.cs @@ -110,8 +110,8 @@ public partial struct BlipConfig : IEquatable && Bounds == other.Bounds; } - public readonly override int GetHashCode() + public override readonly int GetHashCode() { - throw new NotSupportedException("BlipConfig should not be used as a dictionary key."); + throw new NotSupportedException("BlipConfig is not supported with GetHashCode()."); } }