1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 21:27:25 +08:00
osu-lazer/osu.Game/Stores
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
..
BeatmapImporter.cs Fix beatmap date added not being updated on reimporting a soft deleted beatmap 2022-03-22 14:10:36 +09:00
RealmArchiveModelImporter.cs Remove unnecessary file existence check 2022-06-13 18:57:30 +09:00
RealmArchiveModelManager.cs Use more local realm reference 2022-05-11 00:45:17 +09:00
RealmFileStore.cs Update unsafe file write usages 2022-05-16 18:05:27 +09:00