diff --git a/osu.Game/Beatmaps/BeatmapManager.cs b/osu.Game/Beatmaps/BeatmapManager.cs index 8a2997987b..47dbc72837 100644 --- a/osu.Game/Beatmaps/BeatmapManager.cs +++ b/osu.Game/Beatmaps/BeatmapManager.cs @@ -184,8 +184,6 @@ public BeatmapSetInfo Import(ArchiveReader archiveReader) { var context = importContext.Value; - context.Database.AutoTransactionsEnabled = false; - using (var transaction = context.Database.BeginTransaction()) { // create local stores so we can isolate and thread safely, and share a context/transaction.