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