mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 07:27:45 +08:00
Remove unnecessary schedule
This commit is contained in:
parent
069f4b1fcf
commit
a51e64b2d1
@ -131,7 +131,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
||||
}
|
||||
};
|
||||
|
||||
Schedule(() => { api.Queue(req); });
|
||||
api.Queue(req);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user