mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 01:43:01 +08:00
Fix missing updateRoomPlaylist
call
This commit is contained in:
parent
50089c027e
commit
03de518484
@ -65,6 +65,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
Room.PropertyChanged += onRoomPropertyChanged;
|
||||
updateSetupState();
|
||||
updateRoomMaxAttempts();
|
||||
updateRoomPlaylist();
|
||||
}
|
||||
|
||||
private void onRoomPropertyChanged(object? sender, PropertyChangedEventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user