mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 01:49:53 +08: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