1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Update MultiplayerModSelectOverlay.cs

This commit is contained in:
Givikap120 2024-02-20 13:13:13 +02:00
parent 8199a49ee2
commit ed028e8d26

View File

@ -35,7 +35,6 @@ namespace osu.Game.Overlays.Mods
protected override void LoadComplete()
{
base.LoadComplete();
multiplayerRoomItem?.BindValueChanged(_ => SelectedMods.TriggerChange());
}