Merge pull request #1763 from naizarak/patch-1

Update fnc_addEarPlugs.sqf
This commit is contained in:
Nicolás Badano 2015-07-01 11:22:59 -03:00
commit 1e8d4327df

View File

@ -15,6 +15,8 @@
*/ */
#include "script_component.hpp" #include "script_component.hpp"
if (!GVAR(enableCombatDeafness)) exitWith {};
private ["_unit", "_launcher"]; private ["_unit", "_launcher"];
_unit = _this select 0; _unit = _this select 0;