1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Merge pull request 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

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