diff --git a/scripts/occupationTransport.sqf b/scripts/occupationTransport.sqf index 510b4da..7203d08 100644 --- a/scripts/occupationTransport.sqf +++ b/scripts/occupationTransport.sqf @@ -223,7 +223,7 @@ while {true} do _transportDriver = _transport getVariable "SC_assignedDriver"; // Make _transportDriver stop when players near him. - while {alive _transportDriver} do + while {true} do { _pos = position _transport; @@ -256,4 +256,4 @@ while {true} do // Spawn another heli uiSleep 15; // delay the start -}; \ No newline at end of file +};