mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Don't show passenger actions for UAV crew
This commit is contained in:
parent
53d6d4578b
commit
1e7e5c7aa5
@ -25,7 +25,7 @@ _actions = [];
|
|||||||
{
|
{
|
||||||
private ["_unit"];
|
private ["_unit"];
|
||||||
_unit = _x;
|
_unit = _x;
|
||||||
if (_unit != _player) then {
|
if ((_unit != _player) && {(getText (configFile >> "CfgVehicles" >> (typeOf _x) >> "simulation")) != "UAVPilot"}) then {
|
||||||
_actions pushBack
|
_actions pushBack
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user