Change inventory files place.

inventory is now in %appdata%/goldberg.../<appid>/inventory just like remote and stats.
It is also affected by the local_save.txt
This commit is contained in:
Nemirtingas 2019-09-18 14:53:04 +02:00
parent 420e498f22
commit 6c19056fbb
2 changed files with 3 additions and 14 deletions

View file

@ -59,7 +59,6 @@ public:
bool file_delete(std::string folder, std::string file);
uint64_t file_timestamp(std::string folder, std::string file);
std::string get_global_settings_path();
std::string get_global_inventory_path();
std::string get_path(std::string folder);
bool update_save_filenames(std::string folder);