mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Fix tool loss due to duplicate matchbox and knife issue #1849
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user