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:
parent
501dab7b32
commit
796044ee7d
@ -98,7 +98,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
api.LocalUser.BindValueChanged(user =>
|
||||
{
|
||||
if (user.IsSupporter)
|
||||
if (user.NewValue.IsSupporter)
|
||||
textFlow.RemoveRange(supporterDrawables);
|
||||
}, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user