mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2025-07-25 02:54:36 +00:00
Fixed msg "Not all Items sold"
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user