mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
Remove the inventory folder
This commit is contained in:
parent
22b52df279
commit
19c444de7f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue