mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
seems to be needed for nested counts
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user