mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed typo
This commit is contained in:
parent
9e6ce52fb6
commit
475e4673eb
@ -18,7 +18,7 @@
|
|||||||
PARAMS_1(_unit);
|
PARAMS_1(_unit);
|
||||||
|
|
||||||
// Exit if soldier has earplugs already in (persistence scenarios)
|
// Exit if soldier has earplugs already in (persistence scenarios)
|
||||||
if (FUNC(hasEarPlugsIn)) exitWith {};
|
if ([_unit] call FUNC(hasEarPlugsIn)) exitWith {};
|
||||||
|
|
||||||
private ["_launcher"];
|
private ["_launcher"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user