mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
revert nested counts here
This commit is contained in:
@@ -113,10 +113,10 @@ fnc_usec_medic_removeActions = {
|
|||||||
_obj = player;
|
_obj = player;
|
||||||
{
|
{
|
||||||
_obj = _x;
|
_obj = _x;
|
||||||
_c = {
|
{
|
||||||
_obj removeAction _x;
|
_obj removeAction _x;
|
||||||
} count r_player_actions;
|
} forEach r_player_actions;
|
||||||
} count r_action_targets;
|
} forEach r_action_targets;
|
||||||
r_player_actions = [];
|
r_player_actions = [];
|
||||||
r_action_targets = [];
|
r_action_targets = [];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user