diff --git a/addons/medical_statemachine/Statemachine.hpp b/addons/medical_statemachine/Statemachine.hpp index 32196dbd3ae..12a5a017791 100644 --- a/addons/medical_statemachine/Statemachine.hpp +++ b/addons/medical_statemachine/Statemachine.hpp @@ -1,7 +1,7 @@ // Manual transitions applied to this statemachine // - fnc_resetStateDefault on unit respawn class ACE_Medical_StateMachine { - list = "allUnits select {local _x}"; + list = QUOTE(call EFUNC(common,getLocalUnits)); skipNull = 1; class Default {