content changes for "refactors copy api to use ref" (#10180)

This commit is contained in:
Paul Ritter
2022-08-05 00:17:16 +02:00
committed by GitHub
parent 2f928cc8ab
commit 34fe04483f
4 changed files with 10 additions and 7 deletions

View File

@@ -386,7 +386,7 @@ namespace Content.Server.Disease
return;
}
var freshDisease = _serializationManager.CreateCopy(addedDisease);
var freshDisease = _serializationManager.Copy(addedDisease);
if (freshDisease == null) return;