1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Adjust invalid filename in steam demo

This commit is contained in:
tobspr 2022-05-23 11:58:26 +02:00
parent bb93b047a2
commit 009547d259

View File

@ -14,7 +14,7 @@ const analyticsUrl = G_IS_DEV ? "http://localhost:8001" : "https://analytics.sha
// Be sure to increment the ID whenever it changes to make sure all
// users are tracked
const analyticsLocalFile = "shapez_token_123.bin";
const analyticsLocalFile = "shapez_token_steamdemo.bin";
export class ShapezGameAnalytics extends GameAnalyticsInterface {
get environment() {