mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Trivial code fixes (#6858)
This commit is contained in:
parent
24d2aa647e
commit
564fc8aa99
@ -57,7 +57,7 @@ private _configCfgWeapons = configFile >> "CfgWeapons"; //Save this lookup in va
|
|||||||
case (_itemInfoType == TYPE_HEADGEAR): {
|
case (_itemInfoType == TYPE_HEADGEAR): {
|
||||||
(_cargo select 3) pushBackUnique _className;
|
(_cargo select 3) pushBackUnique _className;
|
||||||
};
|
};
|
||||||
/* Uniform */\
|
/* Uniform */
|
||||||
case (_itemInfoType == TYPE_UNIFORM): {
|
case (_itemInfoType == TYPE_UNIFORM): {
|
||||||
(_cargo select 4) pushBackUnique _className;
|
(_cargo select 4) pushBackUnique _className;
|
||||||
};
|
};
|
||||||
|
@ -29,7 +29,7 @@ _player setVariable ["ACE_hasEarPlugsIn", true, true];
|
|||||||
//Force an immediate fast volume update:
|
//Force an immediate fast volume update:
|
||||||
[[true]] call FUNC(updateVolume);
|
[[true]] call FUNC(updateVolume);
|
||||||
|
|
||||||
/*// No Earplugs in inventory, telling user
|
// No Earplugs in inventory, telling user
|
||||||
[localize LSTRING(NoPlugs)] call EFUNC(common,displayTextStructured);*/
|
//[localize LSTRING(NoPlugs)] call EFUNC(common,displayTextStructured);
|
||||||
|
|
||||||
[] call FUNC(updateHearingProtection);
|
[] call FUNC(updateHearingProtection);
|
||||||
|
1
include/x/cba/addons/main/$PBOPREFIX$
Normal file
1
include/x/cba/addons/main/$PBOPREFIX$
Normal file
@ -0,0 +1 @@
|
|||||||
|
x\cba\addons\main
|
1
include/x/cba/addons/xeh/$PBOPREFIX$
Normal file
1
include/x/cba/addons/xeh/$PBOPREFIX$
Normal file
@ -0,0 +1 @@
|
|||||||
|
x\cba\addons\xeh
|
Loading…
Reference in New Issue
Block a user