diff --git a/Content.Server/Entry/EntryPoint.cs b/Content.Server/Entry/EntryPoint.cs index 4d22dfbeb0e..d6095d9994c 100644 --- a/Content.Server/Entry/EntryPoint.cs +++ b/Content.Server/Entry/EntryPoint.cs @@ -32,6 +32,7 @@ using Robust.Server.ServerStatus; using Robust.Shared.Configuration; using Robust.Shared.ContentPack; using Robust.Shared.Prototypes; +using Robust.Shared.Serialization; using Robust.Shared.Timing; using Robust.Shared.Utility; @@ -88,6 +89,8 @@ namespace Content.Server.Entry var cast = (ServerModuleTestingCallbacks)callback; cast.ServerBeforeIoC?.Invoke(); } + + Dependencies.Resolve().FloatFlags = SerializerFloatFlags.RemoveReadNan; } /// diff --git a/RobustToolbox b/RobustToolbox index 40b10f0dccf..0b93a1b7e20 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 40b10f0dccfe568ccd7dc3c6f6ee87a63bad97ee +Subproject commit 0b93a1b7e20acaa4540061d084bf750dbcb1ae46