From 015e5713e502a3a3e77278ecb115b7780061a9d3 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 16 Jan 2021 17:08:08 +0100 Subject: [PATCH] FSS actually allows 10 tries apparently --- web/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/util.js b/web/util.js index 6637532..671cd5f 100644 --- a/web/util.js +++ b/web/util.js @@ -46,7 +46,7 @@ var rules = { 'FSN' : { sequential: true }, 'FSEast' : { sequential: false }, 'FSCzech' : { sequential: false, submitTries: Infinity, submitTimeout: 30 }, - 'FSSpain' : { sequential: true, submitTries: 3 }, + 'FSSpain' : { sequential: true, submitTries: 10 }, 'FSSwitzerland' : { sequential: true }, }