mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 19:43:22 +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 =>
|
api.LocalUser.BindValueChanged(user =>
|
||||||
{
|
{
|
||||||
if (user.IsSupporter)
|
if (user.NewValue.IsSupporter)
|
||||||
textFlow.RemoveRange(supporterDrawables);
|
textFlow.RemoveRange(supporterDrawables);
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user