Remove duplicate code in client EntryPoint.cs (#580)

This commit is contained in:
moneyl
2020-02-06 10:13:10 -05:00
committed by GitHub
parent 4375e66489
commit 184f2fb68d

View File

@@ -166,7 +166,6 @@ namespace Content.Client
var stylesheet = new NanoStyle();
IoCManager.Resolve<IUserInterfaceManager>().Stylesheet = stylesheet.Stylesheet;
IoCManager.Resolve<IUserInterfaceManager>().Stylesheet = stylesheet.Stylesheet;
IoCManager.InjectDependencies(this);