1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 09:28:45 +08:00
Dean Herbert 336df62a1f Remove unnecessary file existence check
This is not required due to `createFileInfos` always being run before we
get to this point (I believe this was added after the initial code to
check existence was added).

This flow is covered in
`BeatmapImportTests.TestImportThenReimportAfterMissingFiles`, which
still passes with the change.

While this check isn't doing any harm, as I'm going through the flow for
import-skipping, less checks are appreciated.
2022-06-13 18:57:30 +09:00
..
2022-06-03 14:16:10 +09:00
2022-06-02 12:58:44 +09:00
2022-06-09 18:49:11 +09:00
2022-06-02 16:39:51 +09:00
2022-06-03 22:31:35 +09:00
2022-04-28 19:26:28 +09:00
2022-06-11 12:48:31 +09:00