mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Post notification when room joined
This commit is contained in:
parent
433bb5ae24
commit
92b2417d4c
@ -210,6 +210,8 @@ namespace osu.Game.Online.Multiplayer
|
||||
|
||||
updateLocalRoomSettings(joinedRoom.Settings);
|
||||
|
||||
postServerShuttingDownNotification();
|
||||
|
||||
OnRoomJoined();
|
||||
}, cancellationSource.Token).ConfigureAwait(false);
|
||||
}, cancellationSource.Token).ConfigureAwait(false);
|
||||
|
Loading…
Reference in New Issue
Block a user