1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Revert "Consider UnknownMod to be "playable in multiplayer""

This reverts commit 07e9f3780a.
This commit is contained in:
Salman Ahmed 2022-03-17 06:31:51 +03:00
parent 07e9f3780a
commit b3ac544d65

View File

@ -16,7 +16,6 @@ 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;