mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 20:06:30 +08:00
Don't part room if join task was cancelled
This commit is contained in:
@@ -87,7 +87,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
{
|
||||
if (t.IsCompletedSuccessfully)
|
||||
Schedule(() => onSuccess?.Invoke(room));
|
||||
else
|
||||
else if (t.IsFaulted)
|
||||
{
|
||||
const string message = "Failed to join multiplayer room.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user