mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #1763 from naizarak/patch-1
Update fnc_addEarPlugs.sqf
This commit is contained in:
commit
1e8d4327df
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user