[uniques] forgot to bump version
This commit is contained in:
parent
8027847da6
commit
97220fd447
@ -259,6 +259,8 @@ window.plugin.guessPlayerLevels.extractChatData = function(data) {
|
||||
var latlngs = [];
|
||||
var portals = {};
|
||||
attackData[nick][timestamp].forEach(function(portal) {
|
||||
// no GUID in the data any more - but we need some unique string. use the latE6,lngE6
|
||||
markup[1].latE6+","+markup[1].lngE6;
|
||||
if(portals.hasOwnProperty(portal.guid))
|
||||
return;
|
||||
portals[portal.guid] = 1;
|
||||
|
@ -2,7 +2,7 @@
|
||||
// @id iitc-plugin-uniques@3ch01c
|
||||
// @name IITC plugin: Uniques
|
||||
// @category Misc
|
||||
// @version 0.2.1.@@DATETIMEVERSION@@
|
||||
// @version 0.2.2.@@DATETIMEVERSION@@
|
||||
// @namespace https://github.com/3ch01c/ingress-intel-total-conversion
|
||||
// @updateURL @@UPDATEURL@@
|
||||
// @downloadURL @@DOWNLOADURL@@
|
||||
|
Loading…
x
Reference in New Issue
Block a user