mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove unnecessary condition blocking the part
This commit is contained in:
@ -143,9 +143,6 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Room == null)
|
|
||||||
return;
|
|
||||||
|
|
||||||
await base.LeaveRoom();
|
await base.LeaveRoom();
|
||||||
await connection.InvokeAsync(nameof(IMultiplayerServer.LeaveRoom));
|
await connection.InvokeAsync(nameof(IMultiplayerServer.LeaveRoom));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user