more proper serv4 usage because i forgot to push for the last pr (#12965)
This commit is contained in:
@@ -56,7 +56,7 @@ public sealed class RandomHumanoidSystem : EntitySystem
|
||||
|
||||
foreach (var entry in prototype.Components.Values)
|
||||
{
|
||||
var comp = (Component) _serialization.CreateCopy(entry.Component);
|
||||
var comp = (Component) _serialization.CreateCopy(entry.Component, notNullableOverride: true);
|
||||
comp.Owner = humanoid;
|
||||
EntityManager.AddComponent(humanoid, comp, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user