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.