mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Display room join errors as notifications
This commit is contained in:
parent
7a431ed87f
commit
9901b11600
@ -73,7 +73,7 @@ namespace osu.Game.Screens.Multi
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user