Fix variable naming

This commit is contained in:
Vortrex
2022-01-09 05:24:10 -06:00
parent baa1b6ed82
commit 94b68a5830

View File

@@ -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}==================================`);