File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { CHANGELOG } from "../changelog" ;
2
2
import { cachebust } from "../core/cachebust" ;
3
- import { globalConfig } from "../core/config" ;
3
+ import { globalConfig , THIRDPARTY_URLS } from "../core/config" ;
4
4
import { GameState } from "../core/game_state" ;
5
5
import { createLogger } from "../core/logging" ;
6
6
import { queryParamOptions } from "../core/query_parameters" ;
@@ -50,7 +50,7 @@ export class PreloadState extends GameState {
50
50
// Summer sale specific
51
51
const bundle = [ "0" , "1" ] . includes ( this . app . gameAnalytics . abtVariant ) ;
52
52
globalConfig . currentDiscount = 60 ;
53
- globalConfig . standaloneCampaignLink = bundle
53
+ THIRDPARTY_URLS . standaloneCampaignLink = bundle
54
54
? "https://get.shapez.io/bundle/$campaign"
55
55
: "https://get.shapez.io/$campaign" ;
56
56
You can’t perform that action at this time.
0 commit comments