Change header to normal

This commit is contained in:
Vortrex
2022-01-06 13:33:51 -06:00
parent e23b9920ee
commit 82574cecd6

View File

@@ -193,7 +193,7 @@ function showRadioStationListCommand(command, params, client) {
let chunkedList = splitArrayIntoChunks(stationList, 4);
messagePlayerInfo(client, `{clanOrange}== {jobYellow}Radio Stations {clanOrange}===========================`);
messagePlayerNormal(client, `{clanOrange}== {jobYellow}Radio Stations {clanOrange}===========================`);
for(let i in chunkedList) {
messagePlayerInfo(client, chunkedList[i].join(", "));