mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Missed one
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public virtual bool PerformFail() => true;
|
||||
|
||||
public virtual bool RestartOnFail => true;
|
||||
public virtual bool RestartOnFail => Restart.Value;
|
||||
|
||||
public void ApplyToHealthProcessor(HealthProcessor healthProcessor)
|
||||
{
|
||||
|
Reference in New Issue
Block a user