mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +00: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
|
||||
|
||||
public int? OnlineID => ID;
|
||||
public int? OnlineID => OnlineBeatmapID;
|
||||
|
||||
#endregion
|
||||
|
||||
|
@ -93,7 +93,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
#region Implementation of IHasOnlineID
|
||||
|
||||
public int? OnlineID => ID;
|
||||
public int? OnlineID => OnlineBeatmapSetID;
|
||||
|
||||
#endregion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user