We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1997c5d commit 425b32eCopy full SHA for 425b32e
1 file changed
src/game/managers/gameManager.js
@@ -125,6 +125,7 @@ export default class GameManager extends Singleton {
125
this.ui.enablePauseMenu(false);
126
127
// TRACKER EVENT
128
+ this.gameManager.progressGame();
129
this.trackerManager.sendCompleteGame(true);
130
}
131
0 commit comments