mirror of
https://github.com/ppy/osu
synced 2025-01-25 07:13:22 +00:00
Remove not required null conditional
This commit is contained in:
parent
48672f8afd
commit
8338f702c3
@ -154,7 +154,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
||||
// fallback is to allow this class to operate when there is no parent OnlineScreen (testing purposes).
|
||||
var targetScreen = (Screen)ParentScreen ?? this;
|
||||
|
||||
targetScreen?.Push(CreateGameplayScreen());
|
||||
targetScreen.Push(CreateGameplayScreen());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user