From 28c8aba9bda9b53572a3efb2ea40cd0091ed0087 Mon Sep 17 00:00:00 2001 From: ulteq Date: Tue, 19 May 2015 20:46:55 +0200 Subject: [PATCH] Added missing ! --- addons/advanced_ballistics/functions/fnc_handleFired.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/advanced_ballistics/functions/fnc_handleFired.sqf b/addons/advanced_ballistics/functions/fnc_handleFired.sqf index 43a8d340c8..e7a5359ded 100644 --- a/addons/advanced_ballistics/functions/fnc_handleFired.sqf +++ b/addons/advanced_ballistics/functions/fnc_handleFired.sqf @@ -35,7 +35,7 @@ if (!([_unit] call EFUNC(common,isPlayer))) exitWith {}; if (underwater _unit) exitWith {}; if (!(_ammo isKindOf "BulletBase")) exitWith {}; if (_unit distance ACE_player > GVAR(simulationRadius)) exitWith {}; -if (GVAR(simulateForEveryone) && !(local _unit)) then { +if (!GVAR(simulateForEveryone) && !(local _unit)) then { // The shooter is non local _abort = true; if (GVAR(simulateForSnipers)) then {