diff --git a/src/api/stream/othello-game.ts b/src/api/stream/othello-game.ts
index e2ecce38ea3f0ecaaa48bf5f5b200993d0f50bf9..87d26e24195859759f88354dbbdfad3661bfb2b8 100644
--- a/src/api/stream/othello-game.ts
+++ b/src/api/stream/othello-game.ts
@@ -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