mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
fixed #755
This commit is contained in:
@@ -95,9 +95,9 @@ for "_x" from 1 to _total_trades do {
|
|||||||
_qty = {_x == _part_in} count magazines player;
|
_qty = {_x == _part_in} count magazines player;
|
||||||
if (_qty >= _qty_in) then {
|
if (_qty >= _qty_in) then {
|
||||||
|
|
||||||
_part_in = configFile >> "CfgMagazines" >> _part_in;
|
_part_inClass = configFile >> "CfgMagazines" >> _part_in;
|
||||||
|
|
||||||
_removed = _removed + ([player,_part_in,_qty_in] call BIS_fnc_invRemove);
|
_removed = _removed + ([player,_part_inClass,_qty_in] call BIS_fnc_invRemove);
|
||||||
if (_removed == _qty_in) then {
|
if (_removed == _qty_in) then {
|
||||||
|
|
||||||
// Continue with trade.
|
// Continue with trade.
|
||||||
|
|||||||
Reference in New Issue
Block a user