Spell checking, a-c.

This commit is contained in:
Mike Castle
2013-11-22 20:14:23 -08:00
parent 336c52b830
commit c31fa3d46d
11 changed files with 12 additions and 12 deletions

View File

@ -42,7 +42,7 @@ window.plugin.showMorePortals.setup = function() {
}
// and, the same scale for L2+ and L3+ portals. again, forcing the level down isn't unfriendly to the servers
// (ditto on the cacheing)
// (ditto on the caching)
if (mapZoom >= 12) {
return 13;
}