Improved Letters distribution. Added conundrum to mash.
This commit is contained in:
@@ -365,7 +365,7 @@ function onMessage(message, context) {
|
||||
}
|
||||
}
|
||||
|
||||
if (game?.state === 'solutions') {
|
||||
if (game?.state === 'solutions' && body.match(/\d+/g)?.length > 1) {
|
||||
playSolution(body, context);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user