1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
This commit is contained in:
syuilo 2018-03-11 17:26:07 +09:00
parent 27914e227f
commit 04cc63ac64

View File

@ -232,7 +232,8 @@ export default function(request: websocket.request, connection: websocket.connec
});
publishOthelloGameStream(gameId, 'ended', {
winner_id: winner
winner_id: winner,
game: await pack(gameId, user)
});
}
//#endregion