Adds base.Initialize() calls to components that were missing them.
This commit is contained in:
@@ -39,6 +39,8 @@ namespace Content.Server.GameObjects.Components.Power
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
|
||||
TryCreatePowernetConnection();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user