PlaylistsMultiplayer -> Playlists

This commit is contained in:
Dean Herbert
2020-12-25 23:45:44 +09:00
parent 8a36eab060
commit 836d1491d0
4 changed files with 5 additions and 7 deletions

View File

@ -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,
}
}