mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 06:10:44 -05:00
- Done some slight refactoring to `DatabaseImporter` to get rid of the old loading methods that have been sitting unused for sometime, as well as slightly refactoring `loadAsync` for better readability and using map's wherever possible, this should also yield a slight performance improvement? - Updated VFS to use node:fs/promises rather than our own promisfying of those methods. - Got rid of commands on VFS, I don't see why these are necessary anymore? If there's a good reason to still leave these I can revert this. - Changed loadImages to loadImagesAsync --------- Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>