From 643a7f212beab5235d72116a26b5c20e05b346c4 Mon Sep 17 00:00:00 2001 From: IndigoFox Date: Sat, 16 Mar 2024 20:22:27 -0700 Subject: [PATCH] log client performance to server RPT --- framework/performance/functions/fn_calculateClientStats.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/performance/functions/fn_calculateClientStats.sqf b/framework/performance/functions/fn_calculateClientStats.sqf index 24bd75c..d0c75cc 100644 --- a/framework/performance/functions/fn_calculateClientStats.sqf +++ b/framework/performance/functions/fn_calculateClientStats.sqf @@ -29,7 +29,7 @@ // log to RPT [ - {_this call EFUNC(common,log);}, + {_this remoteExec [QEFUNC(common,log), 2]}, [ LEVEL_INFO, QUOTE(COMPONENT),