diff --git a/src/Client.cc b/src/Client.cc index 1eacf8f3..94a5d635 100644 --- a/src/Client.cc +++ b/src/Client.cc @@ -33,6 +33,7 @@ void Client::Config::set_flags_for_version(Version version, int64_t sub_version) this->set_flag(Flag::SAVE_ENABLED); this->set_flag(Flag::HAS_SEND_FUNCTION_CALL); this->set_flag(Flag::SEND_FUNCTION_CALL_NO_CACHE_PATCH); + this->set_flag(Flag::SEND_FUNCTION_CALL_ACTUALLY_RUNS_CODE); return; }