1
0
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:
KingLuigi4932 2019-06-10 21:14:12 +03:00
parent 70fdd4ba5b
commit 75716af25e

View File

@ -81,6 +81,7 @@ namespace osu.Game.Overlays.Direct
{
button.Enabled.Value = false;
button.TooltipText = "Unavailable";
return;
}
button.Action = () =>