started sending blind mode to the database

This commit is contained in:
Jack 2020-05-30 14:01:33 +01:00
parent d73ea86fc0
commit 146bdd405a

View file

@ -542,7 +542,8 @@ function showResult(difficultyFailed = false) {
language: config.language,
restartCount: restartCount,
difficulty: config.difficulty,
testDuration: testtime
testDuration: testtime,
blindMode: config.blindMode
};
if(config.difficulty == "normal" || ((config.difficulty == "master" || config.difficulty == "expert") && !difficultyFailed)){
restartCount = 0;