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