SupporterLevel -> SupportLevel

This commit is contained in:
Dean Herbert
2019-04-28 20:11:36 +09:00
parent 27ba89444e
commit 8ab5149336
3 changed files with 3 additions and 3 deletions

View File

@ -191,7 +191,7 @@ namespace osu.Game.Users
infoContainer.Add(new SupporterIcon
{
Height = 20f,
SupporterLevel = user.SupportLevel
SupportLevel = user.SupportLevel
});
}