mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix incorrect reference
This commit is contained in:
@ -68,7 +68,7 @@ namespace osu.Game.Scoring
|
||||
if (mods != null)
|
||||
return mods;
|
||||
|
||||
if (apiMods == null)
|
||||
if (localAPIMods == null)
|
||||
return Array.Empty<Mod>();
|
||||
|
||||
var rulesetInstance = Ruleset.CreateInstance();
|
||||
|
Reference in New Issue
Block a user