From 970f4854f8f912e2ed10580dd82863e417fd27c1 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Sat, 15 Feb 2014 02:38:59 +0100 Subject: [PATCH] Disabled Debug --- SQF/dayz_code/compile/player_upgradeVehicle.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/player_upgradeVehicle.sqf b/SQF/dayz_code/compile/player_upgradeVehicle.sqf index 4eba4668b..20de95f9a 100644 --- a/SQF/dayz_code/compile/player_upgradeVehicle.sqf +++ b/SQF/dayz_code/compile/player_upgradeVehicle.sqf @@ -91,7 +91,7 @@ if (_IsNearVehicle >= 1) then { _removed = 0; _itemIn = _x select 0; _countIn = _x select 1; - diag_log format["Recipe Finish: %1 %2", _itemIn,_countIn]; + //diag_log format["Recipe Finish: %1 %2", _itemIn,_countIn]; _tobe_removed_total = _tobe_removed_total + _countIn; {