mirror of
https://github.com/ppy/osu
synced 2025-01-11 16:49:39 +00:00
Give RealmUser.Username
a better default value
This commit is contained in:
parent
d0a2818847
commit
267a7bd21f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user