Content-side changes for packaging. (#9382)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
1e30848cf7
commit
7cd0677708
@@ -1,3 +1,4 @@
|
||||
using Content.Server.Acz;
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.Administration.Logs;
|
||||
using Content.Server.Administration.Managers;
|
||||
@@ -45,8 +46,8 @@ namespace Content.Server.Entry
|
||||
{
|
||||
base.Init();
|
||||
|
||||
IoCManager.Resolve<IStatusHost>().SetAczInfo("Content.Client",
|
||||
new[] { "Content.Client", "Content.Shared", "Content.Shared.Database" });
|
||||
var aczProvider = new ContentMagicAczProvider(IoCManager.Resolve<IDependencyCollection>());
|
||||
IoCManager.Resolve<IStatusHost>().SetMagicAczProvider(aczProvider);
|
||||
|
||||
var factory = IoCManager.Resolve<IComponentFactory>();
|
||||
var prototypes = IoCManager.Resolve<IPrototypeManager>();
|
||||
|
||||
Reference in New Issue
Block a user