Update RT to 271.2.0 (#42646)

This commit is contained in:
Pieter-Jan Briers 2026-01-25 20:09:24 +01:00 committed by Coryler
parent 5eefbeb167
commit 2c2be56ff6
2 changed files with 4 additions and 1 deletions

View File

@ -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<IRobustSerializer>().FloatFlags = SerializerFloatFlags.RemoveReadNan;
}
/// <inheritdoc />

@ -1 +1 @@
Subproject commit 40b10f0dccfe568ccd7dc3c6f6ee87a63bad97ee
Subproject commit 0b93a1b7e20acaa4540061d084bf750dbcb1ae46