mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make readonly instead
This commit is contained in:
@ -148,7 +148,7 @@ namespace osu.Game.Users
|
||||
/// <summary>
|
||||
/// A user instance for displaying locally created system messages.
|
||||
/// </summary>
|
||||
public static User SystemUser { get; } = new User
|
||||
public static readonly User SYSTEM_USER = new User
|
||||
{
|
||||
Username = "system",
|
||||
Id = 0
|
||||
|
Reference in New Issue
Block a user