1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:43:00 +08:00

Merge pull request #24561 from peppy/rename-dummy-local-user

Rename "dummy" local user to something more descriptive
This commit is contained in:
Bartłomiej Dach 2023-08-16 07:34:25 +02:00 committed by GitHub
commit 34a519f803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ namespace osu.Game.Online.API
public Bindable<APIUser> LocalUser { get; } = new Bindable<APIUser>(new APIUser
{
Username = @"Dummy",
Username = @"Local user",
Id = DUMMY_USER_ID,
});