removed diag_log

This commit is contained in:
[VB]AWOL
2014-06-01 01:18:19 -05:00
parent 13d8023e82
commit d2fcfefb0b

View File

@@ -102,7 +102,7 @@ _positionsSmall = _posSmall call _ShuffleArray;
_index = floor(random _cntWeights); _index = floor(random _cntWeights);
_index = _weights select _index; _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 = _itemTypesSmall select _index;
[_itemType select 0, _itemType select 1, _iPos, 0.0] call spawn_loot_small; [_itemType select 0, _itemType select 1, _iPos, 0.0] call spawn_loot_small;