mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 17:10:20 +08:00
Consider UnknownMod to be "playable in multiplayer"
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user