removed as this could actually cause more issues.

This commit is contained in:
vbawol
2014-05-08 08:41:27 -05:00
parent 907b4c1cda
commit af0b5e14bb

View File

@@ -65,15 +65,9 @@ if(!isNull _obj) then {
deleteVehicle _obj;
// Fill variables with loot
if (count _weapons > 0) then {
_holder setVariable ["WeaponCargo", _weapons, true];
};
if (count _magazines > 0) then {
_holder setVariable ["MagazineCargo", _magazines, true];
};
if (count _backpacks > 0) then {
_holder setVariable ["BackpackCargo", _backpacks, true];
};
_holder setVariable ["WeaponCargo", _weapons, true];
_holder setVariable ["MagazineCargo", _magazines, true];
_holder setVariable ["BackpackCargo", _backpacks, true];
cutText [format[(localize "str_epoch_player_117"),_text], "PLAIN DOWN"];
};