diff --git a/Content.Server/EntryPoint.cs b/Content.Server/EntryPoint.cs index bf7d17e..09fb4e8 100644 --- a/Content.Server/EntryPoint.cs +++ b/Content.Server/EntryPoint.cs @@ -8,7 +8,8 @@ namespace Content.Server { public class EntryPoint : GameServer { - public override void Init() { + public override void Init() + { base.Init(); var factory = IoCManager.Resolve(); @@ -39,4 +40,4 @@ namespace Content.Server // DEVNOTE: Game update loop goes here. Usually you'll want some independent GameTicker. } } -} \ No newline at end of file +}