From 9ddc145cc110f76b4fe22d01ac7c817817eaf7f5 Mon Sep 17 00:00:00 2001 From: Redrover1760 <39284090+Redrover1760@users.noreply.github.com> Date: Thu, 7 May 2026 18:21:30 -0400 Subject: [PATCH] aaa --- Content.Shared/_Mono/Radar/RadarMessages.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()."); } }