mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed parent condition
This commit is contained in:
parent
090384c014
commit
1effe61aa9
@ -37,7 +37,7 @@ class CfgVehicles {
|
|||||||
|
|
||||||
class ACE_PassMagazine {
|
class ACE_PassMagazine {
|
||||||
displayName = CSTRING(PassMagazine);
|
displayName = CSTRING(PassMagazine);
|
||||||
condition = QUOTE([ARR_3(_player,_target,primaryWeapon _target)] call FUNC(canPassMagazine) || [ARR_3(_player,_target,handgunWeapon _target)] call FUNC(canPassMagazine));
|
condition = "";
|
||||||
statement = "";
|
statement = "";
|
||||||
showDisabled = 0;
|
showDisabled = 0;
|
||||||
priority = 3.3;
|
priority = 3.3;
|
||||||
|
Loading…
Reference in New Issue
Block a user