bugfix/MAPG-203-fix-singleplayer #9
@ -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';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user