From 1ba06508be8fbb39d66f14c8b09c5f74c2cab842 Mon Sep 17 00:00:00 2001 From: second_coming Date: Wed, 22 Jun 2016 16:26:12 +0100 Subject: [PATCH] Update occupationTransport.sqf --- scripts/occupationTransport.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +};