mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
*I should've rechecked the code after the master merge*
This commit is contained in:
@ -98,7 +98,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
api.LocalUser.BindValueChanged(user =>
|
||||
{
|
||||
if (user.IsSupporter)
|
||||
if (user.NewValue.IsSupporter)
|
||||
textFlow.RemoveRange(supporterDrawables);
|
||||
}, true);
|
||||
|
||||
|
Reference in New Issue
Block a user