diff --git a/src/component/scripting.cpp b/src/component/scripting.cpp index 6248ba53..03a4d386 100644 --- a/src/component/scripting.cpp +++ b/src/component/scripting.cpp @@ -102,7 +102,6 @@ namespace scripting void scr_set_thread_position_stub(unsigned int threadName, const char* codePos) { const auto function_name = scripting::find_token(threadName); - script_function_table[current_file][function_name] = codePos; scr_set_thread_position_hook.invoke(threadName, codePos);