1
0
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:
Dean Herbert
2019-03-13 19:01:42 +09:00
Unverified
parent 6aa3dc9f55
commit 7d637691d7
+1 -1
View File
@@ -41,7 +41,7 @@ namespace osu.Game.Online.API
LocalUser.Value = new User
{
Username = @"Dummy",
Id = 1,
Id = 1001,
};
}