mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 21:27:54 +09:00
Merge if statements
This commit is contained in:
parent
ec18fe1f9f
commit
113660b621
@ -89,9 +89,7 @@ namespace osu.Game.Screens.Ranking
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (player != null)
|
if (player != null && allowRetry)
|
||||||
{
|
|
||||||
if (allowRetry)
|
|
||||||
{
|
{
|
||||||
buttons.Add(new RetryButton { Width = 300 });
|
buttons.Add(new RetryButton { Width = 300 });
|
||||||
|
|
||||||
@ -106,7 +104,6 @@ namespace osu.Game.Screens.Ranking
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public override void OnEntering(IScreen last)
|
public override void OnEntering(IScreen last)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user