1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 15:12:57 +08:00

Increase default number of avatars

This commit is contained in:
smoogipoo 2021-08-05 21:02:14 +09:00
parent 2f2e3d7366
commit 438f0ce702

View File

@ -103,7 +103,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
}
}
private int numberOfAvatars = 3;
private int numberOfAvatars = 7;
public int NumberOfAvatars
{