Update zombie event handlers again

This commit is contained in:
ebaydayz
2017-01-20 14:27:46 -05:00
parent c15caf5f8f
commit cc3b8801b7
7 changed files with 7 additions and 9 deletions

View File

@@ -238,7 +238,7 @@ class FSM
priority = 0.000000;
to="Begin";
precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"dayz_clientPreload and !(isNull _agent)"/*%FSM</CONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"(!isNil 'dayz_clientPreload' && {dayz_clientPreload}) && !(isNull _agent)"/*%FSM</CONDITION""">*/;
action=/*%FSM<ACTION""">*/""/*%FSM</ACTION""">*/;
};
/*%FSM</LINK>*/