remove new container and comment

This commit is contained in:
David Zhao 2019-07-08 17:57:29 +09:00
parent fbd300e664
commit d489a77fe1
1 changed files with 1 additions and 2 deletions

View File

@ -18,9 +18,8 @@ public ReplayPlayerLoader(Score score)
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
{
var dependencies = new DependencyContainer(base.CreateChildDependencies(parent));
var dependencies = base.CreateChildDependencies(parent);
// Overwrite the global mods here for use in the mod hud.
Mods.Value = scoreInfo.Mods;
Ruleset.Value = scoreInfo.Ruleset;