mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Forgot to return
This commit is contained in:
parent
70fdd4ba5b
commit
75716af25e
@ -81,6 +81,7 @@ namespace osu.Game.Overlays.Direct
|
||||
{
|
||||
button.Enabled.Value = false;
|
||||
button.TooltipText = "Unavailable";
|
||||
return;
|
||||
}
|
||||
|
||||
button.Action = () =>
|
||||
|
Loading…
Reference in New Issue
Block a user