From e35cd611d6e673485798bed0ff17912dcec2814d Mon Sep 17 00:00:00 2001 From: avery <51971268+graevy@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:25:25 +0000 Subject: [PATCH] allow network payload data to inherit nullability (#21327) --- Content.Server/DeviceNetwork/NetworkPayload.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/DeviceNetwork/NetworkPayload.cs b/Content.Server/DeviceNetwork/NetworkPayload.cs index ae93eea048..eefbaa6eea 100644 --- a/Content.Server/DeviceNetwork/NetworkPayload.cs +++ b/Content.Server/DeviceNetwork/NetworkPayload.cs @@ -3,7 +3,7 @@ using System.Diagnostics.CodeAnalysis; namespace Content.Server.DeviceNetwork { - public sealed class NetworkPayload : Dictionary + public sealed class NetworkPayload : Dictionary { /// /// Tries to get a value from the payload and checks if that value is of type T.