Fixed msg "Not all Items sold"

This commit is contained in:
He-Man 2017-07-24 20:05:26 +02:00 committed by GitHub
parent 10a762b541
commit 4982b1ec03

View File

@ -77,6 +77,7 @@ if (_slot != -1) then {
_BaseClass = _vehicle getvariable ["VEHICLE_BaseClass",""];
if !(_BaseClass isequalto "") then {
_item = _BaseClass;
_itemsIn set [_foreachindex,_item];
};
removeFromRemainsCollector[_vehicle];
deleteVehicle _vehicle;