diff --git a/osu.Game.Modes.Osu/UI/OsuPlayfield.cs b/osu.Game.Modes.Osu/UI/OsuPlayfield.cs index 26cda012e5..41abb4736f 100644 --- a/osu.Game.Modes.Osu/UI/OsuPlayfield.cs +++ b/osu.Game.Modes.Osu/UI/OsuPlayfield.cs @@ -62,7 +62,7 @@ namespace osu.Game.Modes.Osu.UI protected override void LoadComplete() { base.LoadComplete(); - if (InputManager.ReplayInputHandler != null) + if (InputManager?.ReplayInputHandler != null) Add(new OsuCursorContainer { Colour = Color4.LightYellow }); }