Adds base.Initialize() calls to components that were missing them.

This commit is contained in:
Acruid
2019-12-19 11:35:17 -08:00
parent 690e9dbfe8
commit c2c512a7e3
3 changed files with 6 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ namespace Content.Server.GameObjects.Components.Power
public override void Initialize()
{
base.Initialize();
TryCreatePowernetConnection();
}