mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix incorrect OnlineID
mappings
This commit is contained in:
@ -93,7 +93,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
#region Implementation of IHasOnlineID
|
||||
|
||||
public int? OnlineID => ID;
|
||||
public int? OnlineID => OnlineBeatmapSetID;
|
||||
|
||||
#endregion
|
||||
|
||||
|
Reference in New Issue
Block a user