serv4 + submodule update (#12740)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
Paul Ritter
2022-11-27 19:25:55 +01:00
committed by GitHub
parent 7608c24b63
commit 3884c4d3db
46 changed files with 230 additions and 302 deletions

View File

@@ -1,3 +1,4 @@
using System.Threading;
using Content.Server.Body.Systems;
using Content.Server.Chat.Systems;
using Content.Server.Disease.Components;
@@ -21,7 +22,6 @@ using Robust.Shared.Prototypes;
using Robust.Shared.Random;
using Robust.Shared.Serialization.Manager;
using Robust.Shared.Utility;
using System.Threading;
namespace Content.Server.Disease
{
@@ -384,7 +384,7 @@ namespace Content.Server.Disease
return;
}
var freshDisease = _serializationManager.Copy(addedDisease);
var freshDisease = _serializationManager.CreateCopy(addedDisease);
if (freshDisease == null) return;