MAPG-203 fix wrong variable name
All checks were successful
default-pipeline default-pipeline #45

This commit is contained in:
Bence Pőcze 2021-03-20 22:24:47 +01:00
parent ace490b7e9
commit d431a693fc
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

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