moved favorite-portals and ipas-link to broken plugin folder - created dummy deleted files
fix show-linked-portals fix portal-highlighter-portals-my-level changed hook on portal detail display to only run when the details are loaded - fixes a few plugins
This commit is contained in:
@ -31,8 +31,7 @@ window.plugin.portalHighligherPortalsMyLevel.aboveLevel = function(data) {
|
||||
}
|
||||
|
||||
window.plugin.portalHighligherPortalsMyLevel.colorLevel = function(below,data) {
|
||||
var d = data.portal.options.details;
|
||||
var portal_level = Math.floor(getPortalLevel(d));
|
||||
var portal_level = data.portal.options.level;
|
||||
var player_level = PLAYER.level;
|
||||
var opacity = .6;
|
||||
if((below && portal_level <= player_level) ||
|
||||
|
Reference in New Issue
Block a user