mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Update mock RulesetInfo
usage to set OnlineID
instead of ID
This commit is contained in:
@ -183,7 +183,7 @@ namespace osu.Game.Rulesets
|
||||
{
|
||||
Name = Description,
|
||||
ShortName = ShortName,
|
||||
ID = (this as ILegacyRuleset)?.LegacyID,
|
||||
OnlineID = (this as ILegacyRuleset)?.LegacyID ?? -1,
|
||||
InstantiationInfo = GetType().GetInvariantInstantiationInfo(),
|
||||
Available = true,
|
||||
};
|
||||
|
Reference in New Issue
Block a user