Skip to content

Commit

Permalink
Merge pull request #1661 from Vdauphin/FIX-kill_side
Browse files Browse the repository at this point in the history
FIX: Side mission kill broken since ACE 3.18.0
  • Loading branch information
Vdauphin authored Oct 11, 2024
2 parents 2ffd62c + 93f321d commit 95c773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/side/kill.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private _globalVariableName = format ["btc_%1", _dogTag_taskID];
};
}, [_officer_dogtagData, _dogTag_taskID, _taskID, _globalVariableName, _officer, _ehDeleted]] call CBA_fnc_addEventHandlerArgs;

["ace_dogtags_addDogtagItem", {
["ace_dogtags_broadcastDogtagInfo", {
params ["_dogTag", "_dogTagData"];
_thisArgs params ["_officer_dogTagData", "_dogTag_taskID", "_taskID", "_globalVariableName"];

Expand Down

0 comments on commit 95c773a

Please sign in to comment.