mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Mark GuestUser
as system user via Id
for now
Should resolve https://github.com/ppy/osu/issues/18105. Checking through usages, it doesn't immediately look like this will regress any other scenarios.
This commit is contained in:
@ -458,7 +458,7 @@ namespace osu.Game.Online.API
|
||||
public GuestUser()
|
||||
{
|
||||
Username = @"Guest";
|
||||
Id = 1;
|
||||
Id = SYSTEM_USER_ID;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user