diff --git a/public/static/js/game.js b/public/static/js/game.js index 7f1016f..3e7ec18 100644 --- a/public/static/js/game.js +++ b/public/static/js/game.js @@ -520,7 +520,7 @@ scoreInfo.children[1].style.display = 'block'; document.getElementById('showSummaryButton').style.display = null; - if (Game.multi.owner) { + if (!room || Game.multi.owner) { document.getElementById('startNewGameButton').style.display = 'block'; }