serv4 + submodule update (#12740)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Content.Server.Jobs
|
||||
component.Owner = mob;
|
||||
|
||||
var temp = (object) component;
|
||||
serializationManager.Copy(data.Component, ref temp);
|
||||
serializationManager.CopyTo(data.Component, ref temp);
|
||||
entityManager.AddComponent(mob, (Component)temp!);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user