mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
no fcs for ais
This commit is contained in:
parent
57f8595e9c
commit
0ae41609c2
@ -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"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user