remove debug

This commit is contained in:
PabstMirror 2015-09-15 09:57:53 -05:00
parent 9cd470b849
commit c50c53e5bb

View File

@ -49,8 +49,6 @@ _items = if (isArray (_config >> "items")) then {
};
_settingItemsArray select (missionNamespace getVariable _settingName);
};
x3 = _items;
if (count _items > 0 && {!([_caller, _items] call FUNC(hasItems))}) exitwith {false};
_return = true;