Remove unneeded test in FCS fireEH

This commit is contained in:
esteldunedain 2016-02-06 16:49:27 -03:00
parent a084373574
commit 59cbc6da10

View File

@ -14,9 +14,6 @@
private _turret = _gunner call EFUNC(common,getTurretIndex);
// Exit if the unit isn't a player
if !([_gunner] call EFUNC(common,isPlayer)) exitWith {};
private _FCSMagazines = _vehicle getVariable [format ["%1_%2", QGVAR(Magazines), _turret], []];
private _FCSElevation = _vehicle getVariable format ["%1_%2", QGVAR(Elevation), _turret];