From 0dec2916a7586d0c7745831507762b7b0a616237 Mon Sep 17 00:00:00 2001 From: Xeno Date: Sun, 10 Nov 2019 15:03:23 +0100 Subject: [PATCH] m --- co30_Domination.Altis/client/fn_playerfiredeh.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/co30_Domination.Altis/client/fn_playerfiredeh.sqf b/co30_Domination.Altis/client/fn_playerfiredeh.sqf index 64a2cad34..86c639da9 100644 --- a/co30_Domination.Altis/client/fn_playerfiredeh.sqf +++ b/co30_Domination.Altis/client/fn_playerfiredeh.sqf @@ -49,6 +49,7 @@ if (d_player_in_air && {animationState player == "halofreefall_non" && {(_this s player setVariable ["d_p_f_b", 0]; }; } else { + if (d_with_ace) exitWith {}; if (d_launcher_cooldown > 0 && {isNull (_this select 7)}) then { if (getNumber (configFile>>"CfgAmmo">>(_this select 4)>>"manualControl") > 0) then { if (getText (configFile>>"CfgAmmo">>(_this select 4)>>"simulation") == "laserDesignate") exitWith {};