Skip to content

Commit 4e4a814

Browse files
committed
Fix
1 parent 3f3245c commit 4e4a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/breathing/functions/fnc_handleBreathingConditions.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ params ["_unit"];
4242
};
4343

4444
if (EGVAR(chemical,maskStaminaLoss)) then {
45-
if (goggles _target in (missionNamespace getVariable [QGVAR(availGasmaskList), []]) then {
45+
if (goggles _target in (missionNamespace getVariable [QGVAR(availGasmaskList), []])) then {
4646
if (ACEGVAR(advanced_fatigue,enabled)) then {
4747
["kat_CMSK", 1.5] call ACEFUNC(advanced_fatigue,addDutyFactor);
4848
} else {

0 commit comments

Comments
 (0)