We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0280930 commit 948f4d5Copy full SHA for 948f4d5
1 file changed
addons/medical_damage/functions/fnc_woundReceived.sqf
@@ -37,7 +37,8 @@ private _lastHandlerName = _woundHandlers select -1 select 0; // will usually be
37
TRACE_2("Wound handler returned",_damageData,_handlerName);
38
39
// Done
40
- if (_handlerName == _lastHandlerName) then {
+ if (_handlerName == _lastHandlerName || {_damageData isEqualTo []}) then {
41
+ TRACE_2("Wound handling done",_damageData,_handlerName);
42
break;
43
};
44
0 commit comments