fix (another) missing call (#6079)

This commit is contained in:
Mark Ruffner 2018-01-24 01:18:42 -06:00 committed by jonpas
parent 8ba81c53a3
commit f46082a1fe

View File

@ -133,7 +133,7 @@ if (_init) then {
(_this select 0) setVariable [QGVAR(highlightTime), time + FIRE_HIGHLIGHT_TIME];
// add grenade to tracking
[QGVAR(addToGrenadeTracking), [_this select 6]] CBA_fnc_localEvent;
[QGVAR(addToGrenadeTracking), [_this select 6]] call CBA_fnc_localEvent;
}
] call CBA_fnc_addEventHandler;
} else {