mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 15:07:20 +09:00
Fix some tests failing due to using a locally constructed ruleset
This commit is contained in:
parent
5bb741b4e8
commit
c36a67d06e
@ -52,7 +52,7 @@ namespace osu.Game.Rulesets
|
|||||||
return null;
|
return null;
|
||||||
|
|
||||||
if (!configCache.TryGetValue(ruleset.RulesetInfo.ID.Value, out var config))
|
if (!configCache.TryGetValue(ruleset.RulesetInfo.ID.Value, out var config))
|
||||||
return null;
|
return ruleset.CreateConfig(realmFactory);
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user