MAPG-203 fix wrong variable name #11

Merged
bence merged 1 commits from bugfix/MAPG-203-fix-condition-in-js into develop 2021-03-20 22:26:33 +01:00

View File

@ -520,7 +520,7 @@
scoreInfo.children[1].style.display = 'block';
document.getElementById('showSummaryButton').style.display = null;
if (!room || Game.multi.owner) {
if (!roomId || Game.multi.owner) {
document.getElementById('startNewGameButton').style.display = 'block';
}