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