mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Revert "Exit import process after first handler is run"
This reverts commit 4139301afa172f2edc0eb734fa05dfe0596a30f9.
This commit is contained in:
parent
2a02f8f3f3
commit
faeb9910e5
@ -362,10 +362,7 @@ namespace osu.Game
|
||||
foreach (var importer in fileImporters)
|
||||
{
|
||||
if (importer.HandledExtensions.Contains(extension))
|
||||
{
|
||||
await importer.Import(paths);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user