mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Merge pull request #4 from DrSmugleaf/patch-1
Fix a criminal code formatting mistake in Content.Server/EntryPoint.cs
This commit is contained in:
commit
c8aa6d9c4d
1 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,8 @@ namespace Content.Server
|
||||||
{
|
{
|
||||||
public class EntryPoint : GameServer
|
public class EntryPoint : GameServer
|
||||||
{
|
{
|
||||||
public override void Init() {
|
public override void Init()
|
||||||
|
{
|
||||||
base.Init();
|
base.Init();
|
||||||
|
|
||||||
var factory = IoCManager.Resolve<IComponentFactory>();
|
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.
|
// DEVNOTE: Game update loop goes here. Usually you'll want some independent GameTicker.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue