eslint
This commit is contained in:
parent
e3dd85d0f5
commit
16982488c9
1 changed files with 1 additions and 2 deletions
|
|
@ -441,8 +441,7 @@ class StateI {
|
|||
g_id + ' userId:' + sock.authUser.id);
|
||||
return JoinRes.no;
|
||||
}
|
||||
if (game.userOnPage[0] === true && game.userOnPage[1] === true)
|
||||
{
|
||||
if (game.userOnPage[0] === true && game.userOnPage[1] === true) {
|
||||
this.fastify.log.warn(
|
||||
'user trying to connect to a game he\'s already joined: gameId:' +
|
||||
g_id + ' userId:' + sock.authUser.id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue