mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix invalid url
This commit is contained in:
parent
1272ba7614
commit
c32f987c4f
@ -81,8 +81,7 @@ export class ShapezGameAnalytics extends GameAnalyticsInterface {
|
|||||||
|
|
||||||
if (this.app.restrictionMgr.isLimitedVersion()) {
|
if (this.app.restrictionMgr.isLimitedVersion()) {
|
||||||
fetch(
|
fetch(
|
||||||
analyticsUrl +
|
"https://play.shapez.io/shapez_launch_" +
|
||||||
"/track/shapez_launch_" +
|
|
||||||
this.environment +
|
this.environment +
|
||||||
"_" +
|
"_" +
|
||||||
currentABT +
|
currentABT +
|
||||||
|
Loading…
Reference in New Issue
Block a user