From 87458fc51bda5746d1cd4cbc8b57029ad18504d8 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 May 2024 00:50:31 -0400 Subject: [PATCH] Fix --- commands/games-sp/hearing-test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/games-sp/hearing-test.js b/commands/games-sp/hearing-test.js index 7c78789b..1f53869e 100644 --- a/commands/games-sp/hearing-test.js +++ b/commands/games-sp/hearing-test.js @@ -67,9 +67,9 @@ module.exports = class HearingTestCommand extends Command { range = previousRange; break; } - if (buttonPress.customId !== 'true' && file === data[data.length - 1].file) { - age = previousAge; - range = previousRange; + if (file === data[data.length - 1].file) { + age = dataAge; + range = khz; break; } previousAge = dataAge;