1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 18:44:06 +08:00

Trimmed whitespaces.

This commit is contained in:
RORIdev
2019-04-03 18:05:47 -03:00
Unverified
parent f6e1cb07a1
commit 621f8fd78d
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -40,9 +40,7 @@ namespace osu.Game.Rulesets.Mods
scoreProcessor.Health.Value = 100;
}
}
} ;
};
}
}
}
-2
View File
@@ -325,10 +325,8 @@ namespace osu.Game.Screens.Play
protected FailOverlay FailOverlay { get; private set; }
private bool onFail()
{
if (Beatmap.Value.Mods.Value.OfType<IApplicableFailOverride>().Any(m => !m.AllowFail))
return false;
GameplayClockContainer.Stop();