mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Added parameter for LoadMultiplayerLobby (CI warning for unused int)
This commit is contained in:
@ -134,7 +134,7 @@ namespace osu.Game
|
||||
});
|
||||
}
|
||||
|
||||
internal void LoadMultiplayerLobby()
|
||||
internal void LoadMultiplayerLobby(int lobbyId)
|
||||
{
|
||||
notificationOverlay.Post(new SimpleNotification
|
||||
{
|
||||
|
Reference in New Issue
Block a user