mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 05:29:59 +08:00
Give RealmUser.Username a better default value
This commit is contained in:
@@ -11,7 +11,7 @@ namespace osu.Game.Models
|
||||
{
|
||||
public int OnlineID { get; set; } = 1;
|
||||
|
||||
public string Username { get; set; }
|
||||
public string Username { get; set; } = string.Empty;
|
||||
|
||||
public bool IsBot => false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user