Fix invalid url

pull/1434/head
tobspr 2 years ago
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…
Cancel
Save