From d7682ac1872093b3a2681d35e1b5263cc580240b Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 9 Dec 2013 23:26:56 -0600 Subject: [PATCH] not really needed as we log each swap object call already. --- SQF/dayz_code/actions/maintain_area.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/actions/maintain_area.sqf b/SQF/dayz_code/actions/maintain_area.sqf index 74b828e2b..4f2c36a82 100644 --- a/SQF/dayz_code/actions/maintain_area.sqf +++ b/SQF/dayz_code/actions/maintain_area.sqf @@ -117,8 +117,8 @@ switch _option do { cutText [format["You have maintained %1 building parts.", _count], "PLAIN DOWN", 5]; // uncomment the next 2 lines if you want logging of area maintenance to the server report file (Arma2OAserver.RPT) - maintainArea_log = [player, _target, _count]; - publicVariableServer "maintainArea_log"; + //maintainArea_log = [player, _target, _count]; + //publicVariableServer "maintainArea_log"; } else { {player addMagazine _x;} forEach _temp_removed_array; cutText [format["Missing Parts after first check Item: %1 / %2",_removed_total,_tobe_removed_total], "PLAIN DOWN"];