mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 08:44:50 -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 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>();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue