mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
PlaylistsMultiplayer -> Playlists
This commit is contained in:
@ -106,7 +106,7 @@ namespace osu.Game.Screens.Menu
|
||||
},
|
||||
OnSolo = onSolo,
|
||||
OnMultiplayer = () => this.Push(new Multiplayer()),
|
||||
OnPlaylists = () => this.Push(new PlaylistsMultiplayer()),
|
||||
OnPlaylists = () => this.Push(new Playlists()),
|
||||
OnExit = confirmAndExit,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user