mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 00:52:59 +08:00
Display room join errors as notifications
This commit is contained in:
parent
2353c204ee
commit
052ab4763a
@ -67,7 +67,7 @@ namespace osu.Game.Screens.Multi
|
|||||||
RoomJoined?.Invoke(room);
|
RoomJoined?.Invoke(room);
|
||||||
};
|
};
|
||||||
|
|
||||||
currentJoinRoomRequest.Failure += exception => Logger.Log($"Failed to join room: {exception}");
|
currentJoinRoomRequest.Failure += exception => Logger.Log($"Failed to join room: {exception}", level: LogLevel.Important);
|
||||||
|
|
||||||
api.Queue(currentJoinRoomRequest);
|
api.Queue(currentJoinRoomRequest);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user