mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 04:49:54 +08:00
Revert "Exit import process after first handler is run"
This reverts commit 4139301afa.
This commit is contained in:
@@ -362,10 +362,7 @@ namespace osu.Game
|
||||
foreach (var importer in fileImporters)
|
||||
{
|
||||
if (importer.HandledExtensions.Contains(extension))
|
||||
{
|
||||
await importer.Import(paths);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user