Deploy new baseline

This commit is contained in:
tobspr 2022-06-20 11:05:38 +02:00
parent b9a72fe965
commit 690483fd89
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const analyticsUrl = G_IS_DEV ? "http://localhost:8001" : "https://analytics.sha
// Be sure to increment the ID whenever it changes
const analyticsLocalFile = G_IS_STEAM_DEMO ? "shapez_token_steamdemo.bin" : "shapez_token_123.bin";
const CURRENT_ABT = "abt_bsln";
const CURRENT_ABT = "abt_bsnv";
const CURRENT_ABT_COUNT = 1;
export class ShapezGameAnalytics extends GameAnalyticsInterface {