mirror of
https://github.com/osukey/osukey.git
synced 2025-07-07 19:29:55 +09:00
CI fix
This commit is contained in:
@ -38,11 +38,8 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
// Evaluate the mod strings
|
// Evaluate the mod strings if necessary
|
||||||
if (mods == null)
|
return mods ?? (mods = Ruleset.CreateInstance().GetAllMods().Where(mod => modStrings.Contains(mod.ShortenedName)).ToArray());
|
||||||
mods = Ruleset.CreateInstance().GetAllMods().Where(mod => modStrings.Contains(mod.ShortenedName)).ToArray();
|
|
||||||
|
|
||||||
return mods;
|
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user