mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09: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…
x
Reference in New Issue
Block a user