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