no fcs for ais

This commit is contained in:
commy2 2015-02-14 20:20:03 +01:00
parent 57f8595e9c
commit 0ae41609c2

View File

@ -25,7 +25,8 @@ private ["_gunner", "_turret"];
_gunner = [_vehicle, _weapon] call EFUNC(common,getGunner);
_turret = [_gunner] call EFUNC(common,getTurretIndex);
//if (ACE_player != _gunner) exitWith {}; // global
// Exit if the unit isn't a player
if !([_unit] call EFUNC(common,isPlayer)) exitWith {};
private ["_FCSMagazines", "_FCSElevation", "_offset"];