1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Remove virtual member from ModBlockFail

This commit is contained in:
smoogipoo 2019-09-19 17:44:24 +09:00
parent 2296ea75d7
commit da15b900f7

View File

@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Mods
/// </summary>
public bool AllowFail => false;
public virtual bool RestartOnFail => false;
public bool RestartOnFail => false;
public void ReadFromConfig(OsuConfigManager config)
{