mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:52:55 +08:00
Fix user population happening in single file
This commit is contained in:
parent
ff811e9a88
commit
e0198c36ae
@ -108,8 +108,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
|
||||
Debug.Assert(Room != null);
|
||||
|
||||
foreach (var user in Room.Users)
|
||||
await PopulateUser(user);
|
||||
await Task.WhenAll(Room.Users.Select(PopulateUser));
|
||||
|
||||
updateLocalRoomSettings(Room.Settings);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user