X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Futils%2FgameStorage.js;h=668a230694b465910eb046d9773d9af93fc1c9a6;hp=6b446321d75a5a9b44bd8d0900a2f724cb8c2516;hb=b7cbbda10f16c2419f9a4d49e219fcface5e5658;hpb=760adbcee11c8953d97514768a5d5382ef518953 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, } } );