Move system user colour assignment to ensure consistency

This commit is contained in:
Dean Herbert
2019-08-08 17:10:06 +09:00
parent 21c2d2b87c
commit 6d5a7041fd
2 changed files with 2 additions and 1 deletions

View File

@ -187,6 +187,7 @@ namespace osu.Game.Users
public static readonly User SYSTEM_USER = new User
{
Username = "system",
Colour = @"9c0101",
Id = 0
};