mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 04:13:38 +08:00
Use non-guest user ID for non-guest user
This commit is contained in:
@@ -41,7 +41,7 @@ namespace osu.Game.Online.API
|
||||
LocalUser.Value = new User
|
||||
{
|
||||
Username = @"Dummy",
|
||||
Id = 1,
|
||||
Id = 1001,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user