mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:53:21 +08:00
Remove usage of removed method
This commit is contained in:
parent
9c4c47599f
commit
e5ca9b1e50
@ -298,7 +298,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
|||||||
if (client.Room == null)
|
if (client.Room == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
client.ChangeUserMods(mods.NewValue).CatchUnobservedExceptions();
|
client.ChangeUserMods(mods.NewValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onReadyClick()
|
private void onReadyClick()
|
||||||
|
Loading…
Reference in New Issue
Block a user