1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Fix checks

This commit is contained in:
PercyDan54 2020-11-15 14:54:04 +08:00
parent cf7ac6d5e3
commit 3406b0d74f
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

@ -36,6 +36,5 @@ namespace osu.Game.Rulesets.Taiko.Mods
public bool PerformFail() => true;
public bool RestartOnFail => false;
}
}