readyToContinue is true by default and set to false only in the multigame initializing
All checks were successful
default-pipeline default-pipeline #145
All checks were successful
default-pipeline default-pipeline #145
This commit is contained in:
parent
58cdc1be8d
commit
62f4fd7b84
@ -17,7 +17,7 @@
|
||||
adaptGuess: false,
|
||||
googleLink: null,
|
||||
|
||||
readyToContinue: false,
|
||||
readyToContinue: true,
|
||||
timeoutEnd: null,
|
||||
countdownHandler: null,
|
||||
|
||||
@ -97,6 +97,8 @@
|
||||
},
|
||||
|
||||
initialize: function (data) {
|
||||
Game.readyToContinue = false;
|
||||
|
||||
if (data.history.length === 0 && !data.place) {
|
||||
var div = document.getElementById('players');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user