1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 05:49:52 +08:00

Fix checks

This commit is contained in:
PercyDan54
2020-11-15 14:54:04 +08:00
Unverified
parent cf7ac6d5e3
commit 3406b0d74f
@@ -36,6 +36,5 @@ namespace osu.Game.Rulesets.Taiko.Mods
public bool PerformFail() => true;
public bool RestartOnFail => false;
}
}