Remove tab

This commit is contained in:
Felix Ang 2018-01-02 18:02:04 +01:00
parent dccc134efa
commit 3e6f0c198c
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ public class ModAutoplay : Mod
public override string Description => "Watch a perfect automated play through the song";
public override double ScoreMultiplier => 0;
public override Type[] IncompatibleMods => new[] { typeof(ModRelax), typeof(ModSuddenDeath), typeof(ModNoFail) };
public override bool AllowFail => false;
public override bool AllowFail => false;
}
}