diff --git a/scripts/server/accent.js b/scripts/server/accent.js index c1f683e8..404c14b0 100644 --- a/scripts/server/accent.js +++ b/scripts/server/accent.js @@ -59,9 +59,9 @@ function setAccentCommand(command, params, client) { // =========================================================================== function listAccentsCommand(command, params, client) { - let stationList = getGlobalConfig().accents; + let accentList = getGlobalConfig().accents; - let chunkedList = splitArrayIntoChunks(stationList, 8); + let chunkedList = splitArrayIntoChunks(accentList, 8); messagePlayerInfo(client, `{clanOrange}== {jobYellow}Accents {clanOrange}==================================`);