Skip to content

Commit

Permalink
[CLI] Set search version to Hitman 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Nov 30, 2023
1 parent 8469876 commit 70d70f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 70d70f9

Please sign in to comment.