1
0
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:
Dean Herbert 2019-03-13 19:01:42 +09:00
parent 6aa3dc9f55
commit 7d637691d7

View File

@ -41,7 +41,7 @@ namespace osu.Game.Online.API
LocalUser.Value = new User
{
Username = @"Dummy",
Id = 1,
Id = 1001,
};
}