From f82eb0b612f2da96e25b552aa34c2b36aaed7b10 Mon Sep 17 00:00:00 2001 From: David <56174894+Constrat@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:19:43 +0200 Subject: [PATCH] fix: duplicate update in stage.json (my mistake from 859802071176f9f145dabd6f3c3ecb442cc3663c) --- tools/ResourceUpdater/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/ResourceUpdater/main.cpp b/tools/ResourceUpdater/main.cpp index 04842170e0..45c0273879 100644 --- a/tools/ResourceUpdater/main.cpp +++ b/tools/ResourceUpdater/main.cpp @@ -142,12 +142,6 @@ int main([[maybe_unused]] int argc, char** argv) return -1; } - std::cout << "------------Update stage.json------------" << std::endl; - if (!update_stages_data(cur_path, resource_dir)) { - std::cerr << "Update stages data failed" << std::endl; - return -1; - } - /* Update overseas data */ std::cout << "------------Update overseas data------------" << std::endl; const std::filesystem::path overseas_data_dir = cur_path;