Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBA_fnc_getNearest invalid results #719

Closed
nilsms opened this issue Jul 5, 2017 · 0 comments · Fixed by #720
Closed

CBA_fnc_getNearest invalid results #719

nilsms opened this issue Jul 5, 2017 · 0 comments · Fixed by #720
Labels
Milestone

Comments

@nilsms
Copy link
Contributor

nilsms commented Jul 5, 2017

Arma 3 Version: 1.72 stable
CBA Version: 3.4.0.170627 stable

Mods:

- CBA_A3

Description:

  • getNearest returns invalid results

Steps to reproduce:
result = [[0,0,0], [[10,10,0],[1,1,0], [5,5,0]]] call CBA_fnc_getNearest;
result => [10,10,0,[1,1,0],[5,5,0]]
expected => [1,1,0]

nilsms added a commit to nilsms/CBA_A3 that referenced this issue Jul 5, 2017
nilsms added a commit to nilsms/CBA_A3 that referenced this issue Jul 5, 2017
Killswitch00 added a commit that referenced this issue Jul 9, 2017
Fix #719 Invalid result for CBA_fnc_getNearest
@commy2 commy2 added the Bug label Aug 9, 2017
@commy2 commy2 added this to the 3.4.1 milestone Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants