mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed debug output
This commit is contained in:
parent
eacd8e5a49
commit
feec8a14b7
@ -35,7 +35,7 @@ GVAR(earRingingPFH) = [{
|
|||||||
EXPLODE_1_PVT(_this select 0,_unit);
|
EXPLODE_1_PVT(_this select 0,_unit);
|
||||||
private ["_prior"];
|
private ["_prior"];
|
||||||
_prior = (_unit getvariable [QGVAR(dv), 0]) min 20;
|
_prior = (_unit getvariable [QGVAR(dv), 0]) min 20;
|
||||||
hintSilent Str(_prior);
|
|
||||||
if (!alive _unit || _prior <= 0) exitWith {
|
if (!alive _unit || _prior <= 0) exitWith {
|
||||||
_unit setVariable [QGVAR(dv), 0];
|
_unit setVariable [QGVAR(dv), 0];
|
||||||
_unit setVariable [QGVAR(prior), 0];
|
_unit setVariable [QGVAR(prior), 0];
|
||||||
|
Loading…
Reference in New Issue
Block a user