From 38d38a237d19119769b454c3843b9567cd4c90e5 Mon Sep 17 00:00:00 2001 From: Y0ndaime <45723700+y0ndaime@users.noreply.github.com> Date: Sun, 15 May 2022 17:30:59 +0200 Subject: [PATCH] Edit Aimlab ranges to work with the newest version of the Benchmarks --- dist/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/config.json b/dist/config.json index ba1823d..82a976e 100644 --- a/dist/config.json +++ b/dist/config.json @@ -18,17 +18,17 @@ "Advanced!I3:I18" ], "aimlab_name_ranges": [ - "Novice!C3:C8", + "Novice!C3:C14", "Intermediate!C3:C14", "Advanced!C3:C20" ], "aimlab_score_ranges": [ - "Novice!F3:F8", + "Novice!F3:F14", "Intermediate!F3:F14", "Advanced!F3:F20" ], "aimlab_average_ranges": [ - "Novice!J3:J8", + "Novice!J3:J14", "Intermediate!J3:J14", "Advanced!J3:J20" ],