diff --git a/plugins/guess-player-levels.user.js b/plugins/guess-player-levels.user.js index 20cf34d2..c1b4d779 100644 --- a/plugins/guess-player-levels.user.js +++ b/plugins/guess-player-levels.user.js @@ -27,7 +27,7 @@ window.plugin.guessPlayerLevels.setupCallback = function() { addHook('portalAdded', window.plugin.guessPlayerLevels.extractPortalData); } - +// This function is intended to be called by other plugins window.plugin.guessPlayerLevels.fetchLevelByPlayer = function(guid) { return(window.localStorage['level-' + guid]); }