mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Various updates to ruleset and primary key usages to move closer to realm support
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
protected override APIRequest<APIScoreToken> CreateTokenRequest()
|
||||
{
|
||||
int beatmapId = Beatmap.Value.BeatmapInfo.OnlineID ?? -1;
|
||||
int beatmapId = Beatmap.Value.BeatmapInfo.OnlineID;
|
||||
int rulesetId = Ruleset.Value.OnlineID;
|
||||
|
||||
if (beatmapId <= 0)
|
||||
|
Reference in New Issue
Block a user