Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
xhabit committed Nov 10, 2019
1 parent 754bf17 commit 0dec291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions co30_Domination.Altis/client/fn_playerfiredeh.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
Expand Down

0 comments on commit 0dec291

Please sign in to comment.