mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove no longer needed null check
This commit is contained in:
@ -135,9 +135,6 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private void loadNewContent()
|
private void loadNewContent()
|
||||||
{
|
{
|
||||||
if (ruleset.Value == null)
|
|
||||||
return;
|
|
||||||
|
|
||||||
loading.Show();
|
loading.Show();
|
||||||
|
|
||||||
cancellationToken?.Cancel();
|
cancellationToken?.Cancel();
|
||||||
|
Reference in New Issue
Block a user