mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08: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