mirror of https://github.com/ppy/osu
Fix missing `updateRoomPlaylist` call
This commit is contained in:
parent
50089c027e
commit
03de518484
|
@ -65,6 +65,7 @@ protected override void LoadComplete()
|
|||
Room.PropertyChanged += onRoomPropertyChanged;
|
||||
updateSetupState();
|
||||
updateRoomMaxAttempts();
|
||||
updateRoomPlaylist();
|
||||
}
|
||||
|
||||
private void onRoomPropertyChanged(object? sender, PropertyChangedEventArgs e)
|
||||
|
|
Loading…
Reference in New Issue