mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 08:14:49 -05:00
Fix a criminal code formatting mistake in Content.Server/Entrypoint.cs
This commit is contained in:
parent
1b1ab0d25b
commit
b1e9fd6700
1 changed files with 3 additions and 2 deletions
|
|
@ -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<IComponentFactory>();
|
||||
|
|
@ -39,4 +40,4 @@ namespace Content.Server
|
|||
// DEVNOTE: Game update loop goes here. Usually you'll want some independent GameTicker.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue