mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 16:23:16 +08:00
Fix inspection
This commit is contained in:
parent
21d5f842fc
commit
8bb1391515
@ -134,7 +134,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
|||||||
Client.AddUser(new User
|
Client.AddUser(new User
|
||||||
{
|
{
|
||||||
Id = 0,
|
Id = 0,
|
||||||
Username = $"User 0",
|
Username = "User 0",
|
||||||
CurrentModeRank = RNG.Next(1, 100000),
|
CurrentModeRank = RNG.Next(1, 100000),
|
||||||
CoverUrl = @"https://osu.ppy.sh/images/headers/profile-covers/c3.jpg",
|
CoverUrl = @"https://osu.ppy.sh/images/headers/profile-covers/c3.jpg",
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user