From 3273b1482bb6f6853648d5ba98a3869112cb023e Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Sun, 14 Jul 2019 20:53:20 +0200 Subject: [PATCH] steam_items.json renamed steam_items.json has been renamed to items.json and now lives in steam_settings beside the steam_api.dll --- dll/steam_inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/steam_inventory.h b/dll/steam_inventory.h index bdf9c9e..39551cf 100644 --- a/dll/steam_inventory.h +++ b/dll/steam_inventory.h @@ -91,7 +91,7 @@ public: Steam_Inventory(class Settings *settings, class SteamCallResults *callback_results, class SteamCallBacks *callbacks) { - std::thread items_load_thread(read_items_db, Local_Storage::get_game_settings_path() + PATH_SEPARATOR + "items.json", &items, &items_loaded); + std::thread items_load_thread(read_items_db, Local_Storage::get_game_settings_path() + "items.json", &items, &items_loaded); items_load_thread.detach(); this->settings = settings;