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

Bug in AI medic assignment. #219

Open
billw2012 opened this issue Feb 10, 2019 · 1 comment
Open

Bug in AI medic assignment. #219

billw2012 opened this issue Feb 10, 2019 · 1 comment

Comments

@billw2012
Copy link

This appears to be a code error (I don't know sqf well so maybe it is intended to do something I don't understand).
In pedirAyuda.sqf, in a couple of places the comparison operator == is being used instead of assignment =.
i.e. _medico == _unit; instead of _medico = _unit;
This will obviously produce unintended behavior (unless for some weird reason this code is intentional!).

@Barbolani77
Copy link
Contributor

Thanks, I will check it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants