mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-04 08:34:02 +00:00
Fix typo
This commit is contained in:
parent
e2907a1ab8
commit
39b4f44018
@ -1,6 +1,6 @@
|
|||||||
import { CHANGELOG } from "../changelog";
|
import { CHANGELOG } from "../changelog";
|
||||||
import { cachebust } from "../core/cachebust";
|
import { cachebust } from "../core/cachebust";
|
||||||
import { globalConfig } from "../core/config";
|
import { globalConfig, THIRDPARTY_URLS } from "../core/config";
|
||||||
import { GameState } from "../core/game_state";
|
import { GameState } from "../core/game_state";
|
||||||
import { createLogger } from "../core/logging";
|
import { createLogger } from "../core/logging";
|
||||||
import { queryParamOptions } from "../core/query_parameters";
|
import { queryParamOptions } from "../core/query_parameters";
|
||||||
@ -50,7 +50,7 @@ export class PreloadState extends GameState {
|
|||||||
// Summer sale specific
|
// Summer sale specific
|
||||||
const bundle = ["0", "1"].includes(this.app.gameAnalytics.abtVariant);
|
const bundle = ["0", "1"].includes(this.app.gameAnalytics.abtVariant);
|
||||||
globalConfig.currentDiscount = 60;
|
globalConfig.currentDiscount = 60;
|
||||||
globalConfig.standaloneCampaignLink = bundle
|
THIRDPARTY_URLS.standaloneCampaignLink = bundle
|
||||||
? "https://get.shapez.io/bundle/$campaign"
|
? "https://get.shapez.io/bundle/$campaign"
|
||||||
: "https://get.shapez.io/$campaign";
|
: "https://get.shapez.io/$campaign";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user