mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 15:53:21 +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.Enabled.Value = false;
|
||||||
button.TooltipText = "Unavailable";
|
button.TooltipText = "Unavailable";
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.Action = () =>
|
button.Action = () =>
|
||||||
|
Loading…
Reference in New Issue
Block a user