Merge pull request #760 from JensenDied/master
guess-player-levels - do not handle incomplete portal details
This commit is contained in:
commit
5f7736ad25
@ -119,7 +119,7 @@ window.plugin.guessPlayerLevels.setupChatNickHelper = function() {
|
||||
}
|
||||
|
||||
window.plugin.guessPlayerLevels.extractPortalData = function(data) {
|
||||
if(!data.success) return;
|
||||
if(!data.success || !data.details.portalV2) return;
|
||||
|
||||
var r = data.details.resonatorArray.resonators;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user