From 19c444de7f7db8af3ba0e2db9425ea34afceef89 Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Sun, 13 Oct 2019 15:27:04 +0200 Subject: [PATCH] Remove the inventory folder --- 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 ad90a4c..f92585b 100644 --- a/dll/steam_inventory.h +++ b/dll/steam_inventory.h @@ -124,7 +124,7 @@ void read_items_db() void read_inventory_db() { // If we havn't got any inventory - if (!local_storage->load_json_file("inventory", items_user_file, user_items)) + if (!local_storage->load_json_file("", items_user_file, user_items)) { // Try to load a default one std::string items_db_path = Local_Storage::get_game_settings_path() + items_default_file;