Added Comment
This commit is contained in:
parent
8296b4db5b
commit
d749bedfc4
@ -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]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user