Skip to content

Commit

Permalink
Update fnc_addArterialApplyActions.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry authored Dec 17, 2024
1 parent 370adf3 commit 0436f1b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions addons/circulation/functions/fnc_addArterialApplyActions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ private _fnc_getActions = {
_resultSampleActual = _resultSampleArray select 1;
private _patient = _resultSampleArray select 0;

diag_log _resultSampleArray;
diag_log _resultSampleActual;
diag_log _patient;

_actions pushBack [
[
_x,
Expand All @@ -58,4 +54,4 @@ private _fnc_getActions = {
};


[[], _fnc_getActions, _player, QGVAR(actionsCache), 9999, "cba_events_loadoutEvent"] call ACEFUNC(common,cachedCall);
[[], _fnc_getActions, _player, QGVAR(actionsCache), 9999, "cba_events_loadoutEvent"] call ACEFUNC(common,cachedCall);

0 comments on commit 0436f1b

Please sign in to comment.