Revert Arch testmerge 2 (#21901)
This commit is contained in:
@@ -52,7 +52,7 @@ public sealed class RandomHumanoidSystem : EntitySystem
|
||||
{
|
||||
var comp = (Component) _serialization.CreateCopy(entry.Component, notNullableOverride: true);
|
||||
comp.Owner = humanoid; // This .owner must survive for now.
|
||||
EntityManager.AddComponent(humanoid, comp);
|
||||
EntityManager.AddComponent(humanoid, comp, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user