Added Comment
This commit is contained in:
@ -27,7 +27,7 @@ window.plugin.guessPlayerLevels.setupCallback = function() {
|
|||||||
addHook('portalAdded', window.plugin.guessPlayerLevels.extractPortalData);
|
addHook('portalAdded', window.plugin.guessPlayerLevels.extractPortalData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This function is intended to be called by other plugins
|
||||||
window.plugin.guessPlayerLevels.fetchLevelByPlayer = function(guid) {
|
window.plugin.guessPlayerLevels.fetchLevelByPlayer = function(guid) {
|
||||||
return(window.localStorage['level-' + guid]);
|
return(window.localStorage['level-' + guid]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user