Update spawn_loot_small.sqf

This commit is contained in:
vbawol
2014-09-22 13:23:56 -05:00
parent f7144334ea
commit b0ae579875

View File

@@ -64,7 +64,6 @@ switch (_iClass) do
case "cfglootweapon": case "cfglootweapon":
{ {
//Item is sigle, add 1 item from cfgloot //Item is sigle, add 1 item from cfgloot
_item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
_itemTypes = []; _itemTypes = [];
if (DZE_MissionLootTable) then{ if (DZE_MissionLootTable) then{
@@ -122,4 +121,4 @@ if (!isNull(_item)) then{
}; };
}; };
_item _item