Skip to content

Commit

Permalink
Remove undercover on placement (actually trigger setup) of ACE explos…
Browse files Browse the repository at this point in the history
…ives
  • Loading branch information
jaj22 committed Oct 4, 2021
1 parent 29329cc commit d704088
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions A3-Antistasi/functions/init/fn_initClient.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@ player addEventHandler ["GetInMan", {
};
}];

if (A3A_hasACE) then {
["ace_explosives_place", {
params ["_explosive","_dir","_pitch","_unit"];
if (_unit == player) then { player setCaptive false };
}] call CBA_fnc_addEventHandler;
};

call A3A_fnc_initUndercover;

if (isMultiplayer) then {
Expand Down

0 comments on commit d704088

Please sign in to comment.