From 17d75b349d8807b1468576fd113a7378f1f231b0 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Mon, 22 Jan 2018 15:11:45 +0900 Subject: [PATCH] =?UTF-8?q?Dual=20stages=20is=20not=20ranked=20=E0=B2=A0?= =?UTF-8?q?=5F=E0=B2=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osu.Game.Rulesets.Mania/Mods/ManiaModDualStages.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Mania/Mods/ManiaModDualStages.cs b/osu.Game.Rulesets.Mania/Mods/ManiaModDualStages.cs index c591da1274..2611d1c6a2 100644 --- a/osu.Game.Rulesets.Mania/Mods/ManiaModDualStages.cs +++ b/osu.Game.Rulesets.Mania/Mods/ManiaModDualStages.cs @@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Mania.Mods public override string ShortenedName => "DS"; public override string Description => @"Double the stages, double the fun!"; public override double ScoreMultiplier => 1; - public override bool Ranked => true; + public override bool Ranked => false; public void ApplyToBeatmapConverter(BeatmapConverter beatmapConverter) {