diff --git a/SQF/dayz_code/actions/remove.sqf b/SQF/dayz_code/actions/remove.sqf index 47a6ad1d4..1f145a482 100644 --- a/SQF/dayz_code/actions/remove.sqf +++ b/SQF/dayz_code/actions/remove.sqf @@ -206,6 +206,9 @@ if (_proceed) then { }; _item addMagazineCargoGlobal [_itemOut,_countOut]; } forEach _selectedRemoveOutput; + + _item setposATL _iPos; + player reveal _item; player action ["Gear", _item];