niantic are tweaking the web protocol. so far, seen getThinnedEntitiesV2 renamed to V3 - but no changes in request/response format?!

This commit is contained in:
Jon Atkins
2013-08-13 21:11:32 +01:00
parent 2144788c43
commit 3ea40952ce
4 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@ window.portalRenderLimit.splitOrMergeLowLevelPortals = function(originPortals) {
portalRenderLimit.resetCounting();
portalRenderLimit.countingPortals(originPortals);
var resultPortals = requests.isLastRequest('getThinnedEntitiesV2')
var resultPortals = requests.isLastRequest('getThinnedEntitiesV3')
? portalRenderLimit.mergeLowLevelPortals(originPortals)
: portalRenderLimit.splitLowLevelPortals(originPortals);