mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Forgot to return
This commit is contained in:
@ -81,6 +81,7 @@ namespace osu.Game.Overlays.Direct
|
||||
{
|
||||
button.Enabled.Value = false;
|
||||
button.TooltipText = "Unavailable";
|
||||
return;
|
||||
}
|
||||
|
||||
button.Action = () =>
|
||||
|
Reference in New Issue
Block a user