bugfix/MAPG-203-fix-singleplayer #9

Merged
bence merged 2 commits from bugfix/MAPG-203-fix-singleplayer into develop 2021-03-20 21:00:14 +01:00
Showing only changes of commit f3ec71d6dd - Show all commits

View File

@ -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';
}