Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove undercover on setup of ACE explosives #2158

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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