diff --git a/server.js b/server.js index dcd013a..2dffc43 100644 --- a/server.js +++ b/server.js @@ -872,7 +872,7 @@ async function main() { if (user.state == "redirected") { // Something went wrong to get here // Try starting game with one user - startGame([user], [user.experimentUrl], null, user.groupId, user.server) + startGame([compoundKey], [user.experimentUrl], null, user.groupId, user.server) return } if (user.state === "inoTreePages") {