From 56a89e59056ea98231df72ab88ccd9505b98a498 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 16 Aug 2022 13:26:37 +0000 Subject: [PATCH] Wrong array values --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index e3574f4..bfb33f6 100644 --- a/index.js +++ b/index.js @@ -41,8 +41,8 @@ BEST_LENGTH = vals[1] TOTAL_ATTEMPTS = vals[2] TOTAL_LENGTH = vals[3] LAST_LENGTH = 0 -BEST_SEEN = vals[5] -BEST_SEEN_WHO = vals[6] +BEST_SEEN = vals[4] +BEST_SEEN_WHO = vals[5] TEST_REGIONS = [] APPLES_LIST=[] targetApp={}