unload distance down to 500

This commit is contained in:
Wyqer 2019-11-22 22:50:31 +01:00
parent 150513683a
commit 6e7405e4a9
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sleep 1;
private _transGrp = (group (driver _transVeh));
private _start_pos = getpos _transVeh;
private _objPos = ([getpos _transVeh] call F_getNearestBluforObjective) select 0;
private _unload_distance = 800;
private _unload_distance = 500;
private _crewcount = count crew _transVeh;
waitUntil {