Update submodule to 182.1.0 (#21900)
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