mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Post notification when room joined
This commit is contained in:
@ -210,6 +210,8 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
|
|
||||||
updateLocalRoomSettings(joinedRoom.Settings);
|
updateLocalRoomSettings(joinedRoom.Settings);
|
||||||
|
|
||||||
|
postServerShuttingDownNotification();
|
||||||
|
|
||||||
OnRoomJoined();
|
OnRoomJoined();
|
||||||
}, cancellationSource.Token).ConfigureAwait(false);
|
}, cancellationSource.Token).ConfigureAwait(false);
|
||||||
}, cancellationSource.Token).ConfigureAwait(false);
|
}, cancellationSource.Token).ConfigureAwait(false);
|
||||||
|
Reference in New Issue
Block a user