clear reverse map

This commit is contained in:
m 2022-12-16 04:50:10 -06:00 committed by GitHub
parent a64481aa1d
commit 8363ea49ed

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();
}