mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:47:25 +08:00
Remove double handling of restart allowance on results screen (already handled locally)
This commit is contained in:
parent
76935b93b6
commit
61a5d3ef4a
@ -164,8 +164,6 @@ namespace osu.Game.Screens.Ranking
|
|||||||
{
|
{
|
||||||
buttons.Add(new RetryButton { Width = 300 });
|
buttons.Add(new RetryButton { Width = 300 });
|
||||||
|
|
||||||
if (player?.Configuration.AllowRestart == true)
|
|
||||||
{
|
|
||||||
AddInternal(new HotkeyRetryOverlay
|
AddInternal(new HotkeyRetryOverlay
|
||||||
{
|
{
|
||||||
Action = () =>
|
Action = () =>
|
||||||
@ -177,7 +175,6 @@ namespace osu.Game.Screens.Ranking
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user