Update occupationTransport.sqf

This commit is contained in:
second_coming 2016-06-22 16:26:12 +01:00 committed by GitHub
parent 6dadd52817
commit 1ba06508be

View File

@ -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
};
};