MAPG-203 fix condition in game.js
All checks were successful
default-pipeline default-pipeline #38
All checks were successful
default-pipeline default-pipeline #38
This commit is contained in:
parent
c2f0a1dd51
commit
f3ec71d6dd
@ -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