mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add proper game analytics
This commit is contained in:
@@ -198,8 +198,10 @@ export class InGameState extends GameState {
|
||||
this.core.initializeRoot(this, this.savegame);
|
||||
|
||||
if (this.savegame.hasGameDump()) {
|
||||
this.app.gameAnalytics.handleGameStarted(this.savegame);
|
||||
this.stage4bResumeGame();
|
||||
} else {
|
||||
this.app.gameAnalytics.handleGameStarted(this.savegame);
|
||||
this.stage4aInitEmptyGame();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user