mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Fixed msg "Not all Items sold"
This commit is contained in:
parent
10a762b541
commit
4982b1ec03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user