Content arch (#20107)
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Content.Server.Jobs
|
||||
|
||||
var temp = (object) component;
|
||||
serializationManager.CopyTo(data.Component, ref temp);
|
||||
entityManager.AddComponent(mob, (Component) temp!, true);
|
||||
entityManager.AddComponent(mob, (Component) temp!);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user