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 [