mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed duplicate code
This commit is contained in:
parent
a870d5d760
commit
66193a8c67
@ -6,7 +6,7 @@ class CfgVehicles {
|
|||||||
class ACE_Equipment {
|
class ACE_Equipment {
|
||||||
class GVAR(open) {
|
class GVAR(open) {
|
||||||
displayName = $STR_ACE_HUNTIR_MON_ACT;
|
displayName = $STR_ACE_HUNTIR_MON_ACT;
|
||||||
condition = QUOTE([ARR_2(ACE_player,'ACE_HuntIR_monitor')] call EFUNC(common,hasItem) && !(underwater ACE_player));
|
condition = QUOTE([ARR_2(ACE_player,'ACE_HuntIR_monitor')] call EFUNC(common,hasItem));
|
||||||
statement = QUOTE(call FUNC(huntir));
|
statement = QUOTE(call FUNC(huntir));
|
||||||
showDisabled = 0;
|
showDisabled = 0;
|
||||||
priority = 2;
|
priority = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user