mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Consider UnknownMod
to be "playable in multiplayer"
This commit is contained in:
parent
59741ccee6
commit
07e9f3780a
@ -16,6 +16,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override double ScoreMultiplier => 0;
|
||||
|
||||
public override bool UserPlayable => false;
|
||||
public override bool PlayableInMultiplayer => true;
|
||||
|
||||
public override ModType Type => ModType.System;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user