A3Antistasi / A3-Antistasi

A3-Antistasi is the new official Antistasi version
https://a3antistasi.enjin.com/
MIT License
79 stars 337 forks source link

Bug in AI medic assignment. #219

Open billw2012 opened 5 years ago

billw2012 commented 5 years ago

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 commented 5 years ago

Thanks, I will check it ASAP