Use adminOrange instead of adminRed

This commit is contained in:
Vortrex
2022-04-28 16:26:35 -05:00
parent 18296c83b4
commit 54bc30f5dc
11 changed files with 125 additions and 86 deletions

View File

@@ -173,7 +173,7 @@ function adminChatCommand(command, params, client) {
return false;
}
messageAdmins(`{jobYellow}[Admin Chat] {ALTCOLOUR}${getPlayerName(client)} [#CCCCCC](${getPlayerStaffTitle(client)}){MAINCOLOUR}: ${params}`);
messageAdmins(`{jobYellow}[Admin Chat] {ALTCOLOUR}${getPlayerName(client)}: ${params}`);
}
// ===========================================================================