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