mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-23 20:38:07 +01:00
Fix
This commit is contained in:
parent
21e08ed220
commit
abb26d402f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ bool Local_Storage::update_save_filenames(std::string folder)
|
||||||
|
|
||||||
bool Local_Storage::load_inventory_file(nlohmann::json& json, std::string const&file)
|
bool Local_Storage::load_inventory_file(nlohmann::json& json, std::string const&file)
|
||||||
{
|
{
|
||||||
return true
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Local_Storage::write_inventory_file(nlohmann::json const& json, std::string const&file)
|
bool Local_Storage::write_inventory_file(nlohmann::json const& json, std::string const&file)
|
||||||
|
|
Loading…
Reference in a new issue