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

@@ -70,7 +70,7 @@ function createRaceCommand(command, params, client) {
}
createRace(params);
messageAdmins(`{adminRed}${getPlayerName(client)}{MAINCOLOUR} created race {ALTCOLOUR}${params}`);
messageAdmins(`{adminOrange}${getPlayerName(client)}{MAINCOLOUR} created race {ALTCOLOUR}${params}`);
}
// ===========================================================================