Removed debug output

This commit is contained in:
ulteq 2015-06-13 17:23:45 +02:00
parent eacd8e5a49
commit feec8a14b7

View File

@ -35,7 +35,7 @@ GVAR(earRingingPFH) = [{
EXPLODE_1_PVT(_this select 0,_unit);
private ["_prior"];
_prior = (_unit getvariable [QGVAR(dv), 0]) min 20;
hintSilent Str(_prior);
if (!alive _unit || _prior <= 0) exitWith {
_unit setVariable [QGVAR(dv), 0];
_unit setVariable [QGVAR(prior), 0];