diff --git a/SQF/dayz_code/system/player_monitor.fsm b/SQF/dayz_code/system/player_monitor.fsm index f4beaecd1..496e6c395 100644 --- a/SQF/dayz_code/system/player_monitor.fsm +++ b/SQF/dayz_code/system/player_monitor.fsm @@ -1321,7 +1321,7 @@ class FSM priority = 0.000000; to="Load_In"; precondition = /*%FSM*/""/*%FSM*/; - condition=/*%FSM*/"((!isNil 'dayz_plantSpawner_done') and {(dayz_plantSpawner_done == 2)})"/*%FSM*/; + condition=/*%FSM*/"(!isNil 'dayz_plantSpawner_done' && {dayz_plantSpawner_done == 2} && {!isNil 'BIS_fnc_init'})"/*%FSM*/; action=/*%FSM*/""/*%FSM*/; }; /*%FSM*/