From d2fcfefb0bb5463ec4b1067db63d004b9c69d311 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 1 Jun 2014 01:18:19 -0500 Subject: [PATCH] removed diag_log --- SQF/dayz_code/compile/building_spawnLoot.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/building_spawnLoot.sqf b/SQF/dayz_code/compile/building_spawnLoot.sqf index 510f00048..ce6a1020a 100644 --- a/SQF/dayz_code/compile/building_spawnLoot.sqf +++ b/SQF/dayz_code/compile/building_spawnLoot.sqf @@ -102,7 +102,7 @@ _positionsSmall = _posSmall call _ShuffleArray; _index = floor(random _cntWeights); _index = _weights select _index; - diag_log format["building_spawnLoot.sqf: %1", _itemTypesSmall]; + //diag_log format["building_spawnLoot.sqf: %1", _itemTypesSmall]; _itemType = _itemTypesSmall select _index; [_itemType select 0, _itemType select 1, _iPos, 0.0] call spawn_loot_small;