mirror of
https://github.com/ppy/osu
synced 2025-03-01 17:11:12 +00:00
Rename parameter to match other usages
This commit is contained in:
parent
b1a73996ba
commit
79d1d54e33
@ -165,7 +165,7 @@ namespace osu.Game.Stores
|
||||
|
||||
public override bool IsAvailableLocally(BeatmapSetInfo model)
|
||||
{
|
||||
return Realm.Run(realm => realm.All<BeatmapSetInfo>().Any(b => b.OnlineID == model.OnlineID));
|
||||
return Realm.Run(realm => realm.All<BeatmapSetInfo>().Any(s => s.OnlineID == model.OnlineID));
|
||||
}
|
||||
|
||||
public override string HumanisedModelName => "beatmap";
|
||||
|
Loading…
Reference in New Issue
Block a user