From c087d3860e85b5d884dff387600f21eab6758727 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 30 Oct 2013 17:18:31 -0500 Subject: [PATCH] missing setposatl --- SQF/dayz_code/actions/remove.sqf | 3 +++ 1 file changed, 3 insertions(+) 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];