diff --git a/src/task.cpp b/src/task.cpp index d7326ff..1de2590 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -206,7 +206,7 @@ void task::execute(std::string& command, std::string& input_path, std::string& f search_categories[1] = (int)entity::search_category::TEMPHASH; rpkg_function::search_entities(input_path, search_strings, search_types, search_categories, 2, 10, true, true);*/ } else if (command == "-search_localization") { - rpkg_function::search_localization(input_path, search, output_path, true, true, true, 1000, search); + rpkg_function::search_localization(input_path, search, output_path, true, true, true, 1000, "HM3"); } else if (command == "-get_line_string") { rpkg_function::get_line_string(input_path, filter, output_path); } else if (command == "-extract_sdef_to_json") {