mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Update RT to 268.0.0
This commit is contained in:
parent
6347ddffb8
commit
ca2bb9dcff
14 changed files with 44 additions and 77 deletions
|
|
@ -13,7 +13,7 @@ public sealed class EntryPoint : GameServer
|
|||
{
|
||||
base.Init();
|
||||
|
||||
var factory = IoCManager.Resolve<IComponentFactory>();
|
||||
var factory = Dependencies.Resolve<IComponentFactory>();
|
||||
|
||||
factory.DoAutoRegistrations();
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ public sealed class EntryPoint : GameServer
|
|||
factory.RegisterIgnore(ignoreName);
|
||||
}
|
||||
|
||||
ServerContentIoC.Register();
|
||||
ServerContentIoC.Register(Dependencies);
|
||||
|
||||
IoCManager.BuildGraph();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue