diff --git a/LittleWarGameClient/js/lwg.js b/LittleWarGameClient/js/lwg.js index 9f515c7..734f9f0 100644 --- a/LittleWarGameClient/js/lwg.js +++ b/LittleWarGameClient/js/lwg.js @@ -24060,8 +24060,10 @@ Game.prototype.getReplayFile = function() { } // build and return stringified replay object + const currentUTC = new Date().toISOString(); return JSON.stringify({ map: this.name, + gamePlayed: currentUTC, mapVersion: this.data.timestamp, gameVersion: GAME_VERSION, players: p,