diff --git a/osu.Game/Beatmaps/BeatmapManager.cs b/osu.Game/Beatmaps/BeatmapManager.cs index a4ba07b84b..806c938d7d 100644 --- a/osu.Game/Beatmaps/BeatmapManager.cs +++ b/osu.Game/Beatmaps/BeatmapManager.cs @@ -74,7 +74,7 @@ namespace osu.Game.Beatmaps private readonly AudioManager audioManager; - private GameHost host; + private readonly GameHost host; private readonly List currentDownloads = new List(); @@ -85,7 +85,7 @@ namespace osu.Game.Beatmaps this.rulesets = rulesets; this.api = api; this.audioManager = audioManager; - this.host = importHost; + host = importHost; DefaultBeatmap = defaultBeatmap;