mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 15:43:21 +08:00
Remove unncessary action
This commit is contained in:
parent
71182347d6
commit
e1f71038e3
@ -179,11 +179,6 @@ namespace osu.Game.Screens.Menu
|
|||||||
{
|
{
|
||||||
Text = "Multiplayer is temporarily unavailable on iOS as we figure out some low level issues.",
|
Text = "Multiplayer is temporarily unavailable on iOS as we figure out some low level issues.",
|
||||||
Icon = FontAwesome.Solid.AppleAlt,
|
Icon = FontAwesome.Solid.AppleAlt,
|
||||||
Activated = () =>
|
|
||||||
{
|
|
||||||
loginOverlay?.Show();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user