Adjust invalid filename in steam demo

This commit is contained in:
tobspr 2022-05-23 11:58:26 +02:00
parent bb93b047a2
commit 009547d259
1 changed files with 1 additions and 1 deletions

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() {