Update submodule.
Remove now-unecessary Initialize() calls on added components.
This commit is contained in:
@@ -80,7 +80,6 @@ namespace Content.Server.GameObjects.Components.Nutrition
|
||||
else
|
||||
{
|
||||
_contents = Owner.AddComponent<SolutionComponent>();
|
||||
_contents.Initialize();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -61,7 +61,6 @@ namespace Content.Server.GameObjects.Components.Nutrition
|
||||
else
|
||||
{
|
||||
_contents = Owner.AddComponent<SolutionComponent>();
|
||||
_contents.Initialize();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Submodule RobustToolbox updated: 2b8645b60f...2b037c3bf2
Reference in New Issue
Block a user