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:
@ -27,7 +27,7 @@ cba_diagnostic_projectileMaxLines = 10;
|
|||||||
{
|
{
|
||||||
_x enableSimulation false;
|
_x enableSimulation false;
|
||||||
_x hideObject true;
|
_x hideObject true;
|
||||||
} forEach (allMissionObjects "" - [_player]);
|
} forEach (allMissionObjects "" - [_player] - attachedObjects _player);
|
||||||
|
|
||||||
if ((_player getVariable ["cba_projectile_firedEhId", -1]) != -1) then {
|
if ((_player getVariable ["cba_projectile_firedEhId", -1]) != -1) then {
|
||||||
_player call CBA_fnc_removeUnitTrackProjectiles;
|
_player call CBA_fnc_removeUnitTrackProjectiles;
|
||||||
|
Reference in New Issue
Block a user