mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix (another) missing call (#6079)
This commit is contained in:
parent
8ba81c53a3
commit
f46082a1fe
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user