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
_typefilter is by default nil, and previously if-then only evaluated it if _typeFilterExists == true. With select both expressions in array are resolved either way, causing this error.
Mods (complete and add to the following information):
2.16 stable
3.17 release, whatever that is
Description:
CBA_fnc_compatibleItems throws an undefined variable error when called with a single parameter in scheduled execution, eg:
Results in:
The select is invalid in scheduled mode because
_typefilter
is dereferenced regardless of the value of_typeFilterExists
.This breaks several routines in Antistasi because the function also replaces BIS_fnc_compatibleItems.
The text was updated successfully, but these errors were encountered: