diff --git a/src/hooks/info/prepare_metric_for_sending.cpp b/src/hooks/info/prepare_metric_for_sending.cpp index c0c80e13..975e72a9 100644 --- a/src/hooks/info/prepare_metric_for_sending.cpp +++ b/src/hooks/info/prepare_metric_for_sending.cpp @@ -47,6 +47,6 @@ namespace big LOG(INFO) << "METRIC: " << metric->get_name() << "; DATA: " << serializer.get_string(); } - return g_hooking->get_original()(bit_buffer, unk, time, metric); + return false; } }