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:
parent
fc18a3c6af
commit
4159272965
@ -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*/)
|
||||
{
|
||||
SQMOD_SV_EV_TRACEBACK("[TRACE<] OnServerPerformanceReport")
|
||||
//SQMOD_SV_EV_TRACEBACK("[TRACE<] OnServerPerformanceReport")
|
||||
// Ignored for now...
|
||||
SQMOD_SV_EV_TRACEBACK("[TRACE>] OnServerPerformanceReport")
|
||||
//SQMOD_SV_EV_TRACEBACK("[TRACE>] OnServerPerformanceReport")
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
Loading…
Reference in New Issue
Block a user