mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 22:54:56 +08:00
Also mark UnknownMod as not user-playable
This commit is contained in:
@@ -15,6 +15,8 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override string Description => "This mod could not be resolved by the game.";
|
||||
public override double ScoreMultiplier => 0;
|
||||
|
||||
public override bool UserPlayable => false;
|
||||
|
||||
public override ModType Type => ModType.System;
|
||||
|
||||
public UnknownMod(string acronym)
|
||||
|
||||
Reference in New Issue
Block a user