mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 21:03:21 +08:00
Fix incorrect OnlineID
mappings
This commit is contained in:
parent
05996cc2e9
commit
00e33a1da7
@ -190,7 +190,7 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
#region Implementation of IHasOnlineID
|
#region Implementation of IHasOnlineID
|
||||||
|
|
||||||
public int? OnlineID => ID;
|
public int? OnlineID => OnlineBeatmapID;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
#region Implementation of IHasOnlineID
|
#region Implementation of IHasOnlineID
|
||||||
|
|
||||||
public int? OnlineID => ID;
|
public int? OnlineID => OnlineBeatmapSetID;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user