mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Show attached objects in arsenal mission (#9036)
This commit is contained in:
parent
9dd0472b57
commit
3882367060
@ -27,7 +27,7 @@ cba_diagnostic_projectileMaxLines = 10;
|
||||
{
|
||||
_x enableSimulation false;
|
||||
_x hideObject true;
|
||||
} forEach (allMissionObjects "" - [_player]);
|
||||
} forEach (allMissionObjects "" - [_player] - attachedObjects _player);
|
||||
|
||||
if ((_player getVariable ["cba_projectile_firedEhId", -1]) != -1) then {
|
||||
_player call CBA_fnc_removeUnitTrackProjectiles;
|
||||
|
Loading…
Reference in New Issue
Block a user