[uniques] forgot to bump version

This commit is contained in:
fkloft 2014-09-13 18:23:16 +02:00
parent 8027847da6
commit 97220fd447
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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@@