Fix tool loss due to duplicate matchbox and knife issue #1849

This commit is contained in:
ebaydayz
2017-01-03 15:30:50 -05:00
parent d124a5d2f7
commit 0c15002109
20 changed files with 110 additions and 283 deletions

View File

@@ -130,7 +130,7 @@ if (_output != "") then
//wait a while before dropping the output item
uiSleep 3;
//Drop Item to ground
_output call fn_dropItem;
[_output,1,1] call fn_dropItem;
};
};
};