Skip to content

Commit

Permalink
rectify localUnits func #4836
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Mar 26, 2019
1 parent e507180 commit 59127b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_statemachine/Statemachine.hpp
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 59127b0

Please sign in to comment.