mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Unsubscribe from API state change event.
This commit is contained in:
@ -197,6 +197,9 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
|
||||
if (osuGame != null)
|
||||
osuGame.Ruleset.ValueChanged -= handleRulesetChange;
|
||||
|
||||
if (api != null)
|
||||
api.OnStateChange -= handleApiStateChange;
|
||||
}
|
||||
|
||||
private GetScoresRequest getScoresRequest;
|
||||
|
Reference in New Issue
Block a user