From 8363ea49ed104d9da6f2bec9e19a4e3210c07b3a Mon Sep 17 00:00:00 2001 From: m Date: Fri, 16 Dec 2022 04:50:10 -0600 Subject: [PATCH] clear reverse map --- src/client/component/scripting.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/component/scripting.cpp b/src/client/component/scripting.cpp index 9f96504c..3f9e9ad9 100644 --- a/src/client/component/scripting.cpp +++ b/src/client/component/scripting.cpp @@ -120,6 +120,7 @@ namespace scripting { script_function_table_sort.clear(); script_function_table.clear(); + script_function_table_rev.clear(); canonical_string_table.clear(); }