From: avery <51971268+graevy@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:25:25 +0000 (+0000) Subject: allow network payload data to inherit nullability (#21327) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e35cd611d6e673485798bed0ff17912dcec2814d;p=space-station-14.git allow network payload data to inherit nullability (#21327) --- 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.