diff --git a/mobile/plugins/user-location.user.js b/mobile/plugins/user-location.user.js index 24284130..c556619a 100644 --- a/mobile/plugins/user-location.user.js +++ b/mobile/plugins/user-location.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-user-location@cradle // @name IITC plugin: User Location -// @version 0.1.2.@@DATETIMEVERSION@@ +// @version 0.1.3.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ @@ -31,7 +31,7 @@ window.plugin.userLocation.setup = function() { iconRetinaUrl: iconRetImage }}); - var cssClass = PLAYER.team === 'ALIENS' ? 'enl' : 'res'; + var cssClass = PLAYER.team === 'RESISTANCE' ? 'res' : 'enl'; var title = '' + PLAYER.nickname + '\'s location'; var marker = L.marker(window.map.getCenter(), {