mirror of
https://github.com/ppy/osu
synced 2024-12-11 09:27:08 +00:00
Remove no longer needed null check
This commit is contained in:
parent
5d813bf421
commit
146758862a
@ -135,9 +135,6 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void loadNewContent()
|
||||
{
|
||||
if (ruleset.Value == null)
|
||||
return;
|
||||
|
||||
loading.Show();
|
||||
|
||||
cancellationToken?.Cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user