X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=c22c1e176cd702c5addee572db8a6fc2f55bb8ff;hp=b7526ccd25b29821b085190419d73660fd2453fe;hb=c0b2760655298f07eb403da70307636e57b2813a;hpb=fd7aea36b8da702df87be3ed055f9a1f59c9f4da diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index b7526ccd..c22c1e17 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -561,6 +561,7 @@ export default { const game = Object.assign({}, gameInfo, { // (other) Game infos: constant fenStart: gameInfo.fen, + created: Date.now(), // Game state (including FEN): will be updated moves: [], clocks: [-1, -1], //-1 = unstarted