minor api change for chat callbacks, and plugins fixed to use the new changes
(which broke after today's niantic site update anyway)
This commit is contained in:
@ -186,7 +186,7 @@ window.plugin.guessPlayerLevels.extractChatData = function(data) {
|
||||
attackData[nick][timestamp].push(portal);
|
||||
}
|
||||
|
||||
data.raw.success.forEach(function(msg) {
|
||||
data.result.forEach(function(msg) {
|
||||
var plext = msg[2].plext;
|
||||
|
||||
// search for "x deployed an Ly Resonator on z"
|
||||
|
Reference in New Issue
Block a user