mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 18:13:09 +08:00
Use non-guest user ID for non-guest user
This commit is contained in:
parent
6aa3dc9f55
commit
7d637691d7
@ -41,7 +41,7 @@ namespace osu.Game.Online.API
|
||||
LocalUser.Value = new User
|
||||
{
|
||||
Username = @"Dummy",
|
||||
Id = 1,
|
||||
Id = 1001,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user