mirror of
https://github.com/ppy/osu
synced 2025-01-11 16:49:39 +00: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:
parent
35e307672b
commit
319867f73c
@ -458,7 +458,7 @@ namespace osu.Game.Online.API
|
||||
public GuestUser()
|
||||
{
|
||||
Username = @"Guest";
|
||||
Id = 1;
|
||||
Id = SYSTEM_USER_ID;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user