From abb26d402fbb8ce349bf4ec0d2bfb53758c0f06d Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Sat, 24 Aug 2019 18:10:56 +0200 Subject: [PATCH] Fix --- dll/local_storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/local_storage.cpp b/dll/local_storage.cpp index 5b1ab8c..08f4465 100644 --- a/dll/local_storage.cpp +++ b/dll/local_storage.cpp @@ -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) { - return true + return true; } bool Local_Storage::write_inventory_file(nlohmann::json const& json, std::string const&file)