From e457cbbfe3a0af8df6c228743cb1d1588cc7b986 Mon Sep 17 00:00:00 2001 From: fkloft Date: Fri, 7 Nov 2014 20:17:02 +0100 Subject: [PATCH] [core] quick fix - remove check for empty group_a array. It seems like Niantic removed that array. --- code/extract_niantic_parameters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/extract_niantic_parameters.js b/code/extract_niantic_parameters.js index b9e287ac..7a25f0ff 100644 --- a/code/extract_niantic_parameters.js +++ b/code/extract_niantic_parameters.js @@ -115,7 +115,7 @@ window.extractFromStock = function() { } - if (niantic_params.CURRENT_VERSION === undefined || window.niantic_params.botguard_protected_methods.length == 0 || window.niantic_params.botguard_group_a_methods == 0) { + if (niantic_params.CURRENT_VERSION === undefined || window.niantic_params.botguard_protected_methods.length == 0) { dialog({ title: 'IITC Broken', html: '

IITC failed to extract the required parameters from the intel site

'