1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 11:20:24 +08:00

Revert "Remove redundant double call to ValueChanged on UserMods change"

This reverts commit 9ed45ce1ca.
This commit is contained in:
Dean Herbert
2021-02-16 14:42:31 +09:00
Unverified
parent 9ed45ce1ca
commit 52e544aa67
@@ -271,6 +271,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
Playlist.BindCollectionChanged(onPlaylistChanged, true);
BeatmapAvailability.BindValueChanged(updateBeatmapAvailability, true);
UserMods.BindValueChanged(onUserModsChanged);
client.LoadRequested += onLoadRequested;
client.RoomUpdated += onRoomUpdated;