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

Remove unnecessary condition blocking the part

This commit is contained in:
smoogipoo 2021-01-20 20:16:34 +09:00
parent 5ff76be052
commit e005a1cc9f

View File

@ -143,9 +143,6 @@ namespace osu.Game.Online.Multiplayer
return;
}
if (Room == null)
return;
await base.LeaveRoom();
await connection.InvokeAsync(nameof(IMultiplayerServer.LeaveRoom));
}