mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
Fix tool loss due to duplicate matchbox and knife issue #1849
This commit is contained in:
@@ -94,7 +94,7 @@ if (count _findNearestTree > 0) then {
|
||||
_counter = _counter + 1;
|
||||
_itemOut = "PartWoodPile";
|
||||
//Drop Item to ground
|
||||
_itemOut call fn_dropItem;
|
||||
[_itemOut,1,1] call fn_dropItem;
|
||||
};
|
||||
|
||||
if ((_counter == _countOut) || _breaking) exitWith {
|
||||
|
||||
Reference in New Issue
Block a user