mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
conform isnil checking: medical_feedback
This commit is contained in:
parent
7fe5401f6a
commit
dbd6f39794
@ -117,7 +117,7 @@ GVAR(bloodTickCounter) = 0;
|
||||
#ifdef DISABLE_VANILLA_DAMAGE_EFFECTS
|
||||
TRACE_1("disabling vanilla bleeding feedback effects",_this);
|
||||
[{
|
||||
{isNil _x} count [
|
||||
{isNil "_x"} count [
|
||||
"BIS_fnc_feedback_damageCC",
|
||||
"BIS_fnc_feedback_damageRadialBlur",
|
||||
"BIS_fnc_feedback_damageBlur"
|
||||
|
Loading…
Reference in New Issue
Block a user