Added parameter for LoadMultiplayerLobby (CI warning for unused int)

This commit is contained in:
FreezyLemon
2017-12-07 19:38:03 +01:00
parent e05618a415
commit 908553ffaf
2 changed files with 5 additions and 7 deletions

View File

@ -134,7 +134,7 @@ namespace osu.Game
});
}
internal void LoadMultiplayerLobby()
internal void LoadMultiplayerLobby(int lobbyId)
{
notificationOverlay.Post(new SimpleNotification
{