Attempt to fix countdown for live games. Some issues with GameStorage.add now
[vchess.git] / client / src / views / Hall.vue
index b7526cc..c22c1e1 100644 (file)
@@ -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