mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 23:00:50 +08:00
Exit import process after first handler is run
This commit is contained in:
@@ -362,7 +362,10 @@ 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