mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:35:05 +08:00
bbcc149e2e
This is one step closer to sanity in terms of physical files. As per the comment I have left in place, we really should be checking file sizes or hashes, but to keep things simple and fast I've opted to just cover the "missing file" scenario for now. Ran into this when testing against a foreign `client.realm` by: - Noticing a beatmap doesn't load - Deleting said beatmap - Downloading via beatmap overlay - Beatmap is restored but still doesn't work Note that I've kept the logic where this will undelete an existing import rather than create one from fresh, as I think that is beneficial to the user (ie. it will still keep any linked scores on restore). |
||
---|---|---|
.. | ||
BeatmapImporter.cs | ||
RealmArchiveModelImporter.cs | ||
RealmArchiveModelManager.cs | ||
RealmFileStore.cs |