1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Disable traceback in performance report event.

This too is quite useless and annoying for now.
This commit is contained in:
Sandu Liviu Catalin 2019-06-02 18:13:04 +03:00
parent fc18a3c6af
commit 4159272965

View File

@ -972,9 +972,9 @@ static void OnEntityStreamingChange(int32_t player_id, int32_t entity_id, vcmpEn
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
static void OnServerPerformanceReport(size_t /*entry_count*/, CCStr * /*descriptions*/, uint64_t * /*times*/) static void OnServerPerformanceReport(size_t /*entry_count*/, CCStr * /*descriptions*/, uint64_t * /*times*/)
{ {
SQMOD_SV_EV_TRACEBACK("[TRACE<] OnServerPerformanceReport") //SQMOD_SV_EV_TRACEBACK("[TRACE<] OnServerPerformanceReport")
// Ignored for now... // Ignored for now...
SQMOD_SV_EV_TRACEBACK("[TRACE>] OnServerPerformanceReport") //SQMOD_SV_EV_TRACEBACK("[TRACE>] OnServerPerformanceReport")
} }
} // Namespace:: SqMod } // Namespace:: SqMod