mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix room title in the breadcrumbs
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game.Screens.Multi.Lounge
|
||||
|
||||
currentRoom.Value = room;
|
||||
|
||||
this.Push(new MatchSubScreen(s => pushGameplayScreen?.Invoke(s)));
|
||||
this.Push(new MatchSubScreen(room, s => pushGameplayScreen?.Invoke(s)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user