You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!).
The text was updated successfully, but these errors were encountered:
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!).
The text was updated successfully, but these errors were encountered: