1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 11:23:40 +08:00

Remove usage of removed method

This commit is contained in:
smoogipoo
2021-02-01 19:28:33 +09:00
Unverified
parent 9c4c47599f
commit e5ca9b1e50
@@ -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()