diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index 305c6b2d..b896a2aa 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -100,6 +100,9 @@ export class GameController */ public gameStart(_url: string, _info: IEmptyRequestData, sessionID: string, startTimeStampMS: number): void { + // Store client start time in app context + this.applicationContext.addValue(ContextVariableType.CLIENT_START_TIMESTAMP, startTimeStampMS); + if (this.coreConfig.fixes.fixShotgunDispersion) { this.fixShotgunDispersions();