mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Merge pull request #18116 from peppy/guest-is-system-user
Mark `GuestUser` as system user via `Id` for now
This commit is contained in:
@ -458,7 +458,7 @@ namespace osu.Game.Online.API
|
|||||||
public GuestUser()
|
public GuestUser()
|
||||||
{
|
{
|
||||||
Username = @"Guest";
|
Username = @"Guest";
|
||||||
Id = 1;
|
Id = SYSTEM_USER_ID;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user