Post notification when room joined

This commit is contained in:
Dan Balasescu 2022-09-16 21:10:11 +09:00
parent 433bb5ae24
commit 92b2417d4c

View File

@ -210,6 +210,8 @@ namespace osu.Game.Online.Multiplayer
updateLocalRoomSettings(joinedRoom.Settings);
postServerShuttingDownNotification();
OnRoomJoined();
}, cancellationSource.Token).ConfigureAwait(false);
}, cancellationSource.Token).ConfigureAwait(false);