mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
missed one
This commit is contained in:
parent
5b3f77d756
commit
8b11253cf2
@ -15,7 +15,6 @@ params ["_staticWeapon", "_role", "_gunner"];
|
||||
TRACE_3("getInEH:",_staticWeapon,_role,_gunner);
|
||||
|
||||
if ((!local _gunner) || {[_gunner] call EFUNC(common,isPlayer)}) exitWith {};
|
||||
if (_staticWeapon getVariable [QGVAR(disabled), false]) exitWith {};
|
||||
if (someAmmo _staticWeapon) exitWith {};
|
||||
|
||||
TRACE_2("need ammo",someAmmo _staticWeapon,magazinesAllTurrets _staticWeapon);
|
||||
|
Loading…
Reference in New Issue
Block a user