seems to be needed for nested counts

This commit is contained in:
[VB]AWOL
2014-06-01 01:39:33 -05:00
parent 1948965489
commit 57eb28d1f3

View File

@@ -113,7 +113,7 @@ fnc_usec_medic_removeActions = {
_obj = player; _obj = player;
{ {
_obj = _x; _obj = _x;
{ _c = {
_obj removeAction _x; _obj removeAction _x;
} count r_player_actions; } count r_player_actions;
} count r_action_targets; } count r_action_targets;