mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 11:57:36 +09:00
Remove some incorrectly-firing asserts
This commit is contained in:
parent
62f5409191
commit
9ea6f9b1fe
@ -481,11 +481,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
|
||||
Task IMultiplayerClient.SettingsChanged(MultiplayerRoomSettings newSettings)
|
||||
{
|
||||
Debug.Assert(APIRoom != null);
|
||||
Debug.Assert(Room != null);
|
||||
|
||||
Scheduler.Add(() => updateLocalRoomSettings(newSettings));
|
||||
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user