Skip to content

Commit

Permalink
fix includeDisabled flag in CBA_fnc_supportMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Sep 14, 2019
1 parent 7c4e6bd commit 68d0054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/xeh/fnc_supportMonitor.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private _notSupportingClasses = [];

{
if (_classFilter == "" || {configName _x isKindOf _classFilter}) then {
if (!isClass (_x >> "EventHandlers" >> QUOTE(XEH_CLASS))) then {
if (!isText (_x >> "EventHandlers" >> QUOTE(XEH_CLASS) >> "init")) then {
// don't list duplicates
if (!_includeDuplicates && {{configName _x == "EventHandlers"} count configProperties [_x, "isClass _x", false] == 0}) exitWith {};

Expand Down

0 comments on commit 68d0054

Please sign in to comment.