mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 11:52:57 +08:00
Exit import process after first handler is run
This commit is contained in:
parent
b7aba19441
commit
4139301afa
@ -362,7 +362,10 @@ namespace osu.Game
|
||||
foreach (var importer in fileImporters)
|
||||
{
|
||||
if (importer.HandledExtensions.Contains(extension))
|
||||
{
|
||||
await importer.Import(paths);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user