not really needed as we log each swap object call already.

This commit is contained in:
[VB]AWOL
2013-12-09 23:26:56 -06:00
parent 3e450bae4e
commit d7682ac187

View File

@@ -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"];