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 override void Init() {
|
||||
public override void Init()
|
||||
{
|
||||
base.Init();
|
||||
|
||||
var factory = IoCManager.Resolve<IComponentFactory>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue