if (!config.authenticated) {
        logger.info("Proxying friend tower request through burn bot %s", config.burnBot.playerId);
        requester.playerId = config.burnBot.playerId;
        requester.playerSs = config.burnBot.playerSs;
    }