Fixing an issue causing correlation to massively go wrong when cargo is involved DAE le epic face falm xD
1 files changed, 1 insertions(+), 1 deletions(-) M ineptifex/fn_correlateContact.sqf
M ineptifex/fn_correlateContact.sqf +1 -1
@@ 64,7 64,7 @@ VAR(_closest_value) = 0; LOGVAR(_r); if (_r < _closest_value) then { - _closest_path set [PAIR_FIRST, _forEachIndex]; + _closest_path = NEW_PAIR(_forEachIndex, -1); _closest_value = _r; LOGVAR(_closest_path); LOGVAR(_closest_value);