mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Don't warn when calling removeUnitTrackProjectiles (#6574)
This commit is contained in:
parent
3ee94d3aca
commit
ae6a2709f3
@ -29,7 +29,9 @@ cba_diagnostic_projectileMaxLines = 10;
|
||||
_x hideObject true;
|
||||
} forEach (allMissionObjects "" - [_player]);
|
||||
|
||||
_player call CBA_fnc_removeUnitTrackProjectiles;
|
||||
if ((_player getVariable ["cba_projectile_firedEhId", -1]) != -1) then {
|
||||
_player call CBA_fnc_removeUnitTrackProjectiles;
|
||||
};
|
||||
_player setFatigue 0;
|
||||
|
||||
// Esc to close mission
|
||||
|
Loading…
Reference in New Issue
Block a user