X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Futils%2FgameStorage.js;h=b7cf85c18a111ff044d3041053e57d6dddcf3d1d;hp=668a230694b465910eb046d9773d9af93fc1c9a6;hb=7e355d68b5962aad106e28a9d669a47f3cbec43a;hpb=b7cbbda10f16c2419f9a4d49e219fcface5e5658 diff --git a/client/src/utils/gameStorage.js b/client/src/utils/gameStorage.js index 668a2306..b7cf85c1 100644 --- a/client/src/utils/gameStorage.js +++ b/client/src/utils/gameStorage.js @@ -81,6 +81,7 @@ export const GameStorage = { move: obj.move, //may be undefined... fen: obj.fen, + message: obj.message, score: obj.score, drawOffer: obj.drawOffer, }