mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +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);
|
||||
};
|
||||
|
||||
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