From 8794dc226d1acacdb0b842d28617ac5b224e136d Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Thu, 18 Apr 2024 23:59:27 -0500 Subject: [PATCH] Update fn_calculateServerStats.sqf remove unneeded publicVariable declaration to reduce network traffic --- framework/performance/functions/fn_calculateServerStats.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/performance/functions/fn_calculateServerStats.sqf b/framework/performance/functions/fn_calculateServerStats.sqf index f4a0a46..8fb45cc 100644 --- a/framework/performance/functions/fn_calculateServerStats.sqf +++ b/framework/performance/functions/fn_calculateServerStats.sqf @@ -12,7 +12,6 @@ private _rawCPS = _counter / (diag_frameNo - _frameNo); missionNamespace setVariable [QGVAR(server_raw_cps), _rawCPS]; - publicVariable QGVAR(server_raw_cps); // with suspension private _counter = 0; @@ -26,7 +25,6 @@ private _serverCPS = _counter / (diag_frameNo - _frameNo); missionNamespace setVariable [QGVAR(server_cps), _counter / (diag_frameNo - _frameNo)]; - publicVariable QGVAR(server_cps); // log to RPT [