add note about uniques bug with captures detection after viri use

This commit is contained in:
Jon Atkins 2015-01-10 01:32:19 +00:00
parent db9d456f2c
commit 039de423e9

View File

@ -52,6 +52,7 @@ window.plugin.uniques.onPortalDetailsUpdated = function() {
nickname = window.PLAYER.nickname; nickname = window.PLAYER.nickname;
if(details) { if(details) {
if(details.owner == nickname) { if(details.owner == nickname) {
//FIXME: a virus flip will set the owner of the portal, but doesn't count as a unique capture
plugin.uniques.updateCaptured(true); plugin.uniques.updateCaptured(true);
// no further logic required // no further logic required
} else { } else {