diff --git a/VcomTest.Stratis/Vcom/Functions/VCM_Functions/fn_ClstWarn.sqf b/VcomTest.Stratis/Vcom/Functions/VCM_Functions/fn_ClstWarn.sqf index 0aa2540..b7ba7ea 100644 --- a/VcomTest.Stratis/Vcom/Functions/VCM_Functions/fn_ClstWarn.sqf +++ b/VcomTest.Stratis/Vcom/Functions/VCM_Functions/fn_ClstWarn.sqf @@ -15,6 +15,8 @@ params ["_unit","_killer"]; +if !(alive _killer ) exitWith {}; + private _unitGroup = (group _unit); //If the squad is a TOUGH SQUAD, we just exit here.