Rename chatbox section header util

This commit is contained in:
Vortrex
2022-01-09 17:20:17 -06:00
parent 5dfe47a3e8
commit 8f0147ff49
2 changed files with 19 additions and 19 deletions

View File

@@ -193,7 +193,7 @@ function showRadioStationListCommand(command, params, client) {
let chunkedList = splitArrayIntoChunks(stationList, 4);
messagePlayerNormal(client, makeChatSectionHeader(getLocaleString(client, "HeaderRadioStationsList")));
messagePlayerNormal(client, makeChatBoxSectionHeader(getLocaleString(client, "HeaderRadioStationsList")));
for(let i in chunkedList) {
messagePlayerInfo(client, chunkedList[i].join(", "));