clear reverse map

This commit is contained in:
m
2022-12-16 04:50:10 -06:00
committed by GitHub
parent dc43335653
commit 03d7667213

View File

@ -120,6 +120,7 @@ namespace scripting
{
script_function_table_sort.clear();
script_function_table.clear();
script_function_table_rev.clear();
canonical_string_table.clear();
}