1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

*I should've rechecked the code after the master merge*

This commit is contained in:
jorolf 2019-02-25 23:53:44 +01:00
parent 501dab7b32
commit 796044ee7d

View File

@ -98,7 +98,7 @@ namespace osu.Game.Screens.Menu
api.LocalUser.BindValueChanged(user =>
{
if (user.IsSupporter)
if (user.NewValue.IsSupporter)
textFlow.RemoveRange(supporterDrawables);
}, true);