Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 32ae45d

Browse files
committed
Fix tabs
1 parent cde308f commit 32ae45d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

addons/ieds/functions/fnc_onIEDActivated.sqf

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ call _getMasterIED;
1818
private _chain = _logic getvariable [QGVAR(collection), []];
1919
{
2020
private _iedLogic = _x;
21-
if (_iedLogic != _originalLogic) then {
22-
_iedLogic setvariable ["iedActivationType", -1]; // disable all other activation methods, we are blowing the entire chain already anway
23-
};
21+
if (_iedLogic != _originalLogic) then {
22+
_iedLogic setvariable ["iedActivationType", -1]; // disable all other activation methods, we are blowing the entire chain already anway
23+
};
2424

2525
private _trigger = _iedLogic getvariable [QGVAR(linkedIED), objNull];
2626
if (!(isNull _trigger)) then {

0 commit comments

Comments
 (0)