mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix can't reload partial mag with flares in inventory
Vanilla development commits:7f7d3e02e7094f1f18d2a078e84f11805b9def10Also reverted:51be8aa8a5since it was not the cause. See https://github.com/DayZMod/DayZ/issues/641 for the details.
This commit is contained in:
@@ -90,7 +90,7 @@ if (isNil "keyboard_keys") then {
|
||||
};
|
||||
} forEach getArray(configFile >> "cfgWeapons" >> _weapon >> _muzz >> "magazines");
|
||||
} forEach _muzzles;
|
||||
} forEach [ "Throw"];
|
||||
} forEach ["Throw"];
|
||||
|
||||
_magCount = count _ammo_throwable;
|
||||
if (_magCount > 0) then {
|
||||
|
||||
Reference in New Issue
Block a user