Skip to content

Commit 39b4f44

Browse files
committed
Fix typo
1 parent e2907a1 commit 39b4f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/states/preload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CHANGELOG } from "../changelog";
22
import { cachebust } from "../core/cachebust";
3-
import { globalConfig } from "../core/config";
3+
import { globalConfig, THIRDPARTY_URLS } from "../core/config";
44
import { GameState } from "../core/game_state";
55
import { createLogger } from "../core/logging";
66
import { queryParamOptions } from "../core/query_parameters";
@@ -50,7 +50,7 @@ export class PreloadState extends GameState {
5050
// Summer sale specific
5151
const bundle = ["0", "1"].includes(this.app.gameAnalytics.abtVariant);
5252
globalConfig.currentDiscount = 60;
53-
globalConfig.standaloneCampaignLink = bundle
53+
THIRDPARTY_URLS.standaloneCampaignLink = bundle
5454
? "https://get.shapez.io/bundle/$campaign"
5555
: "https://get.shapez.io/$campaign";
5656

0 commit comments

Comments
 (0)