Fix mod failure checks executing actual game logic

This commit is contained in:
Dean Herbert
2020-05-12 20:08:35 +09:00
parent ab9149844a
commit de50b725d5
11 changed files with 25 additions and 21 deletions

View File

@ -41,7 +41,7 @@ namespace osu.Game.Tests.Visual
{
}
protected override bool AllowFail => true;
protected override bool CheckModsAllowFailure() => false;
public bool CheckFailed(bool failed)
{