Fixed typo

This commit is contained in:
jonpas 2015-06-28 22:28:26 +02:00
parent 9e6ce52fb6
commit 475e4673eb

View File

@ -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"];