1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Remove usage of removed method

This commit is contained in:
smoogipoo 2021-02-01 19:28:33 +09:00
parent 9c4c47599f
commit e5ca9b1e50

View File

@ -298,7 +298,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
if (client.Room == null)
return;
client.ChangeUserMods(mods.NewValue).CatchUnobservedExceptions();
client.ChangeUserMods(mods.NewValue);
}
private void onReadyClick()