From 3f0bc048ff828eed0ab020863aa2b466045eb6c9 Mon Sep 17 00:00:00 2001 From: Reggie Cushing Date: Mon, 12 Aug 2024 11:56:35 +0200 Subject: [PATCH] fix bug in compoundKey --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {