mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
@ -161,17 +161,7 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
if (api.State.Value != APIState.Online)
|
||||
{
|
||||
notifications?.Post(new SimpleNotification
|
||||
{
|
||||
Text = "You gotta be online to multi 'yo!",
|
||||
Icon = FontAwesome.Solid.Globe,
|
||||
Activated = () =>
|
||||
{
|
||||
loginOverlay?.Show();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
loginOverlay?.Show();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user