fix: don't call original on prepare_metric_for_sending
This commit is contained in:
parent
13be3d3ab1
commit
31c601658f
@ -47,6 +47,6 @@ namespace big
|
||||
LOG(INFO) << "METRIC: " << metric->get_name() << "; DATA: " << serializer.get_string();
|
||||
}
|
||||
|
||||
return g_hooking->get_original<prepare_metric_for_sending>()(bit_buffer, unk, time, metric);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user